BaseLaserControllerValidateDutyCycle Method |
Validates a given laser duty cycle.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic bool ValidateDutyCycle(
double powerLevel,
double lmWidth,
double frequency
)
Parameters
- powerLevel Double
- The laser power.
- lmWidth Double
- The laser pulse width.
- frequency Double
- The laser PRR, in MHz.
Return Value
BooleanTrue, if value is valid.
See Also