Click or drag to resize

ProcessAPISetSpeedScale Method

Sets the speed scale factor.

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

Parameters

scale  Double
The scale factor.
Remarks
JumpSpeed, MarkSpeed and MagnificationSpeed are multiplied by scale on the card.
See Also