Class
Accessible
Camera.Trigger.Debounce.GetDelayTimeRange
Syntax
uEye.TriggerDebounce.GetDelayTimeRange(out uEye.Types.Range<uint> range)
uEye.TriggerDebounce.GetDelayTimeRange(out uint u32Min, out uint u32Max, out uint u32Inc)
Description
Returns the range for the delay time (in µs).
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
u32Min |
Returns the minimum delay time. |
u32Max |
Returns the maximum delay time. |
u32Inc |
Returns the increment. |