Click or drag to resize

ProcessVariablesEvaluationLeadTime Property

Gets or sets the condition evaluation lead time for conditional flow-control commands.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
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