Click or drag to resize

CommandListAppendMinimumJumpDelay Method

Sets the minimum delay used for the variable jump delay.


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

Parameters

delay  Double
Sets the minimum jump delay used when EnableVariableJumpDelay is enabled.
Remarks
Appends a JUMP_DELAY_MIN command to the list.
See Also