Click or drag to resize

BaseLaserControllerSetPowerCalibrationFile Method

Sets the power calibration file (*.pcl).

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual void SetPowerCalibrationFile(
	string path,
	int index = 0
)

Parameters

path  String
Path of the power calibration file.
index  Int32  (Optional)
Index of the laser in case multiple are supported.
See Also