Click or drag to resize

BaseLaserControllerSetPowerScaleMultiplier Method

Sets the PowerScaleMultiplier of the laser.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual void SetPowerScaleMultiplier(
	double powerLevel,
	bool external = true
)

Parameters

powerLevel  Double
Laser power scale from 0 - 4 (1 => 100%).
external  Boolean  (Optional)
Sets the power on the controlling device.
See Also