Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Specifies the timeout for the DeviceUpdateList command.

Name

DeviceUpdateTimeout

Category

DeviceEnumeration

Interface

Integer

Access

Read/Write

Unit

ms

Visibility

Expert

Values

100 … 120000

Increment: 50

Default: 250

Standard

GenTL SFNC

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

// Determine the current DeviceUpdateTimeout
int64_t value = nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("DeviceUpdateTimeout")->Value();
// Set DeviceUpdateTimeout to 250 ms
nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("DeviceUpdateTimeout")->SetValue(250);

C#

// Determine the current DeviceUpdateTimeout
long value = nodeMapInterface.FindNode<peak.core.nodes.IntegerNode>("DeviceUpdateTimeout").Value();
// Set DeviceUpdateTimeout to 250 ms
nodeMapInterface.FindNode<peak.core.nodes.IntegerNode>("DeviceUpdateTimeout").SetValue(250);

Python

# Determine the current DeviceUpdateTimeout (int)
value = nodeMapInterface.FindNode("DeviceUpdateTimeout").Value()
# Set DeviceUpdateTimeout to 250 ms (int)
nodeMapInterface.FindNode("DeviceUpdateTimeout").SetValue(250)

© 2024 IDS Imaging Development Systems GmbH