Click or drag to resize

CommandListAppendEvaluationLeadTime Method

Specifies the condition evaluation lead time for conditional flow-control commands.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendEvaluationLeadTime(
	double time
)

Parameters

time  Double
The Evaluation Lead Time value (µs).
Remarks
Appends a EVALUATION_LEADTIME command to the list.

Please refer to 12.9.1 Evaluation Lead-Time for Flow-Control Commands for details.

See Also