Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.TimingExposureLong

Accessible

Camera.Timing.Exposure.Long.GetRange

Syntax

uEye.TimingExposureLong.GetRange(out uEye.Types.Range<double> range)

uEye.TimingExposureLong.GetRange(out double f64Min, out double f64Max, out double f64Inc)

Description

Returns the value range for long exposure.

Parameter

range

Minimum: Returns the minimum value.

Maximum: Returns the maximum value.

Increment: Returns the increment.

f64Min

Returns the minimum value.

f64Max

Returns the maximum value.

f64Inc

Returns the increment.