LaserAPIGetPowerCalibration(String, PowerChannels) Method |
Gets the current power calibration from the card and writes it to a file.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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