Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

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