Click or drag to resize

ProcessVariablesEnableVariableJumpDelay Property

Enables or disables the variable jump delay.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool EnableVariableJumpDelay { get; set; }

Property Value

Boolean
Remarks
When the variable jump delay is enabled, the delay after a jump vector depends on the length of the jump vector. The delay is then in the range between MinJumpDelay and JumpDelay. MinJumpDelay is used when the length of the last jump vector is 0, JumpDelay is used when the last jump vector is larger than or equal to the value set for JumpLengthLimit. For vector lengths in between, the jump delay is linearly interpolated in the range between MinJumpDelay and JumpDelay.
See Also