####################################################################### # # NTTSX030 (Last C_Lock DST-1) # # This parameter gives the time of the last Carrier Lock for DST-1 # # Created: 20/07/2022 # Author: J. Braun # # Change History: # 20/07/2022: Script created # ######################################################################## # Update the lastCarrierLockTime only if NDSD0021 (DST-A Rx C_Lock St) is LOCKED (1) if (NDSD0021.raw == 1) then GVAR_DST_1_LastCarrierLockTime := NDSD0021.time; endif; GVAR_DST_1_LastCarrierLockTime;