Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the full path to the GenTL Producer including file name and extension. Corresponds to the TL_INFO_PATHNAME command of "TLGetInfo" function.

Name

TLPath

Category

SystemInformation

Interface

String

Access

Read

Unit

-

Visibility

Expert

Values

-

Standard

GenTL SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code Example

C++

// Determine the current TLPath
std::string value = nodeMapSystem->FindNode<peak::core::nodes::StringNode>("TLPath")->Value();

C#

// Determine the current TLPath
string value = nodeMapSystem.FindNode<peak.core.nodes.StringNode>("TLPath").Value();

Python

# Determine the current TLPath (str)
value = nodeMapSystem.FindNode("TLPath").Value()

© 2024 IDS Imaging Development Systems GmbH