Class
Accessible
Camera.IO.Pwm.GetFrequencyRange
Syntax
uEye.IOPwm.GetFrequencyRange(out uEye.Types.Range<double> range)
uEye.IOPwm.GetFrequencyRange(out double f64Min, out double f64Max, out double f64Inc)
Description
Returns the range for the frequency.
Parameter
range |
Minimum: returns the minimum value |
Maximum: returns the maximum value |
|
Increment: returns the increment |
|
f64Min |
Returns the minimum value for the frequency. |
f64Max |
Returns the maximum value for the frequency. |
f64Inc |
Returns the increment. |