IPGBasicLaserDeviceNormalizePowerValue Method |
Convert power value from a device specific value to a percentage.
Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPGAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override double NormalizePowerValue(
double powerLevel
)
Parameters
- powerLevel Double
- Device specific power value.
Return Value
DoublePower represented in percentage (0 to 1).
See Also