Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Updates the internal interface list. This feature interacts with the "TLUpdateInterfaceList" function of the GenTL Producer.

Name

InterfaceUpdateList

Category

InterfaceEnumeration

Interface

Command

Access

Read

Unit

-

Visibility

Beginner

Values

-

Standard

GenTL SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code Example

C++

// Execute InterfaceUpdateList
nodeMapSystem->FindNode<peak::core::nodes::CommandNode>("InterfaceUpdateList")->Execute();
// Check if the command has finished before you continue (optional)
nodeMapSystem->FindNode<peak::core::nodes::CommandNode>("InterfaceUpdateList")->WaitUntilDone();

C#

// Execute InterfaceUpdateList
nodeMapSystem.FindNode<peak.core.nodes.CommandNode>("InterfaceUpdateList").Execute();
// Check if the command has finished before you continue (optional)
nodeMapSystem.FindNode<peak.core.nodes.CommandNode>("InterfaceUpdateList").WaitUntilDone();

Python

# Execute InterfaceUpdateList
nodeMapSystem.FindNode("InterfaceUpdateList").Execute()
# Check if the command has finished before you continue (optional)
nodeMapSystem.FindNode("InterfaceUpdateList").WaitUntilDone()

© 2024 IDS Imaging Development Systems GmbH