Click or drag to resize

LaserAPIGetPowerCalibration(String, PowerChannels) Method

Gets the current power calibration from the card and writes it to a file.

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

Parameters

localFile  String
Full path to the file.
powerTargetChannel  PowerChannels  (Optional)
The power output channel.
See Also