Click or drag to resize

LaserAPIGetPowerScale(PowerChannels) Method

Gets 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 double GetPowerScale(
	PowerChannels target
)

Parameters

target  PowerChannels
The power output channel selector.

Return Value

Double
The current power scale.
See Also