Click or drag to resize

LaserAPIStorePowerCalibration Method

(Re-)Stores the current power calibration table of 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 StorePowerCalibration(
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

powerTargetChannel  PowerChannels  (Optional)

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

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