ProcessVariablesEnableVariableJumpDelay Property |
Enables or disables the variable jump delay.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public bool EnableVariableJumpDelay { get; set; }
Property Value
BooleanRemarks
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