IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Returns the version of the driver component.
Name |
DriverVersion |
Category |
|
Interface |
String |
Access |
Read |
Unit |
- |
Visibility |
Beginner |
Values |
- |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code Example
C++
// Determine the current DriverVersion
std::string value = nodeMapSystem->FindNode<peak::core::nodes::StringNode>("DriverVersion")->Value();
C#
// Determine the current DriverVersion
string value = nodeMapSystem.FindNode<peak.core.nodes.StringNode>("DriverVersion").Value();
Python
# Determine the current DriverVersion (str)
value = nodeMapSystem.FindNode("DriverVersion").Value()