adv_time
Purpose:
-
Produce and update a variable which tracks another variable but has a modified timestamp so as to lead or lag the input variable.
Enter:
-
adv_time <priority> <interval or event> <offset> <in> <out> &
Where:
-
priority Specify the process priority, usually 12-19. interval or event Specify one of the CyFlex process intervals (e.g., FAS, MED, SLO) or a sync event name. offset Specify the time offset in seconds. in Specify the label of an existing REAL or INTEGER CyFlex variable. out Specify the label of the output variable to be created and track the input with the time offset.
Example:
-
adv_time 14 FAS 10 invar leading_invar &
Notes:
-
The program only supports REAL and INTEGER type variables.