Click or drag to resize

CommandListAppendEnableVariableJumpDelay Method

Enables or disables 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 AppendEnableVariableJumpDelay(
	bool enable
)

Parameters

enable  Boolean
Enable or disable the variable jump delay.
Remarks
Appends a VAR_JUMP_DELAY command to the list.
See Also