IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Returns the source for DeviceClockFrequency.
Name |
DeviceClockSelector |
Category |
|
Interface |
Enumeration |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
Sensor |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
|
Values description
•Sensor: Clock frequency of the image sensor of the camera.
Code example
C++
// Determine the current entry of DeviceClockSelector
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("DeviceClockSelector")->CurrentEntry()->SymbolicValue();
C#
// Determine the current entry of DeviceClockSelector
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("DeviceClockSelector").CurrentEntry().SymbolicValue();
Python
# Determine the current entry of DeviceClockSelector (str)
value = nodeMapRemoteDevice.FindNode("DeviceClockSelector").CurrentEntry().SymbolicValue()