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