Click or drag to resize

BaseLaserControllerValidatePower Method

Validates a given laser power within its allowable range.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public bool ValidatePower(
	double powerLevel
)

Parameters

powerLevel  Double
The laser power

Return Value

Boolean
True, if value is valid.
See Also