Click or drag to resize

BaseLaserControllerValidateFrequency Method

Validates a given laser PRR 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 ValidateFrequency(
	double frequency
)

Parameters

frequency  Double
The PRR in MHz.

Return Value

Boolean
True, if value is valid.
See Also