Click or drag to resize

NanioLaserDeviceNormalizePowerValue Method

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

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

Parameters

power  Double

[Missing <param name="power"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio.NanioLaserDevice.NormalizePowerValue(System.Double)"]

Return Value

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