Click or drag to resize

LaserAPISetPowerScale(Double) Method

Sets the current power scale factor.

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

Parameters

scale  Double
Valid values: 0 <= scale < 4.0
Remarks
ProcessVariablesPower is multiplied by scale on the card.
See Also