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