Click or drag to resize

CommandListAppendJumpDelay Method

Specifies the delay introduced at the end of any JUMP vector .


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

Parameters

delay  Double
The delay period.
Remarks
Appends a JUMP_DELAY command to the list.
See Also