LaserAPISetPowerCalibration(String, PowerChannels) Method |
Sets a power calibration file (pcl)
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax public void SetPowerCalibration(
string localFile,
PowerChannels powerTargetChannel
)
Parameters
- localFile String
- Full path to calibration file.
- powerTargetChannel PowerChannels
- The power output channel selector.
Remarks
A power calibration file consists of a number of calibration values (optimally 1025, then no interpolation is needed).
Inside the calibration file each value has to be in its own line.
These values are used to calculate (by interpolation) the calibrated laser power output value corresponding the currently specified ProcessVariablesPower value.
The valid range for each calibration value is 0 <= value <= 65536
See Also