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 |
|
Interface |
String |
Access |
Read |
Unit |
- |
Visibility |
Beginner |
Values |
- |
Standard |
GenTL SFNC |
Availability uEye+ |
|
Availability uEye |
|
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()