Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

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<IDSImaging.Peak.API.Core.Nodes.StringNode>("TLPath").Value();

Python

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

© 2026 IDS Imaging Development Systems GmbH