Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Enables or disables the reconnect feature.

Name

ReconnectEnable

Category

ReconnectControl

Interface

Boolean

Access

Read/Write

Unit

-

Visibility

Expert

Values

True

False

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Values description

True: The reconnect feature is enabled.

False: The reconnect feature is disabled.

Code example

C++

// Determine the current status of ReconnectEnable
bool value = nodeMapSystem->FindNode<peak::core::nodes::BooleanNode>("ReconnectEnable")->Value();
// Set ReconnectEnable to false
nodeMapSystem->FindNode<peak::core::nodes::BooleanNode>("ReconnectEnable")->SetValue(false);

C#

// Determine the current status of ReconnectEnable
bool value = nodeMapSystem.FindNode<peak.core.nodes.BooleanNode>("ReconnectEnable").Value();
// Set ReconnectEnable to false
nodeMapSystem.FindNode<peak.core.nodes.BooleanNode>("ReconnectEnable").SetValue(false);

Python

# Determine the current status of ReconnectEnable (bool)
value = nodeMapSystem.FindNode("ReconnectEnable").Value()
# Set ReconnectEnable to false (bool)
nodeMapSystem.FindNode("ReconnectEnable").SetValue(False)

© 2024 IDS Imaging Development Systems GmbH