Click or drag to resize

LaserAPILoadPowerCalibration Method

(Re-)Loads the current power calibration table for the given power channel.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void LoadPowerCalibration(
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

powerTargetChannel  PowerChannels  (Optional)

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

Remarks
The current power calibration table is whatever was last specified using SetPowerCalibration(String, PowerChannels) or SetPowerCalibration(UInt32, PowerChannels).
See Also