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.

Returns the name of the GenTL Producer to distinguish different kinds of GenTL Producer implementations from one vendor. Corresponds to the TL_INFO_MODEL command of "TLGetInfo" function.

Name

TLModelName

Category

SystemInformation

Interface

String

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++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH