######################################################################## # # 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 # 05/11/2024: Use static reference to prevent blank values # ######################################################################## # Update the lastCarrierLockTime only if NDSD1021 (DST-B Rx C_Lock St) is LOCKED (1) if (NDSD1021.raw == 1) then return (NDSD1021.time); endif; # Nothing changed, return the previous value of the saved synthetic (using a 'static reference') $NTTSS031;