BaseLaserControllerValidatePower Method |
Validates a given laser power within its allowable range.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic bool ValidatePower(
double powerLevel
)
Parameters
- powerLevel Double
- The laser power
Return Value
BooleanTrue, if value is valid.
See Also