Click or drag to resize

LaserAPISetPowerScale(PowerChannels, Double) Method

Sets the current power scale factor for the given power output channel.

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

Parameters

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