ProcessVariablesEvaluationLeadTime Property |
Gets or sets the condition evaluation lead time for conditional flow-control commands.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public double EvaluationLeadTime { get; set; }
Property Value
Double
The number of microseconds to wait before testing the condition of a conditional flow-control command.
Note that this time will be rounded to the nearest step period.
See 12.9.1 Evaluation Lead-Time for Flow-Control Commands for details.
See Also