Click or drag to resize

LaserAPIGetPowerCalibration(PowerChannels) Method

Gets the current power calibration from the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public uint[] GetPowerCalibration(
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

powerTargetChannel  PowerChannels  (Optional)

[Missing <param name="powerTargetChannel"/> documentation for "M:RAYLASE.SPICE3.ClientLib.LaserAPI.GetPowerCalibration(RAYLASE.SPICE3.PowerChannels)"]

Return Value

UInt32
Power calibration values as an array.
See Also