Click or drag to resize

CommandListAppendJumpLengthLimit Method

Sets the maximum length of a jump vector vor which the variable jump delay is used.


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

Parameters

limit  Double
Sets the maximum length of a jump vector for which a variable jump delay is applied.
Remarks
Appends a JUMP_LENGTH_LIMIT command to the list.
See Also