Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.IOPwm

Accessible

Camera.IO.Pwm.GetDutyCycleRange

Syntax

uEye.IOPwm.GetDutyCycleRange(out uEye.Types.Range<double> range)

uEye.IOPwm.GetDutyCycleRange(out double f64Min, out double f64Max, out double f64Inc)

Description

Returns the range for the duty cycle.

Parameter

range

Minimum: returns the minimum value

Maximum: returns the maximum value

Increment: returns the increment

f64Min

Returns the minimum value for the duty cycle.

f64Max

Returns the maximum value for the duty cycle.

f64Inc

Returns the increment.