Click or drag to resize

IPGBasicLaserDeviceNormalizePowerValue Method

Convert power value from a device specific value to a percentage.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override double NormalizePowerValue(
	double powerLevel
)

Parameters

powerLevel  Double
Device specific power value.

Return Value

Double
Power represented in percentage (0 to 1).
See Also