IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Returns the frequency of the clock selected by DeviceClockSelector.
uEye+ cameras: The value of DeviceClockFrequency cannot be changed. |
Name |
DeviceClockFrequency[DeviceClockSelector] |
Category |
|
Interface |
Float |
Access |
Read/(Write) |
Unit |
Hz |
Visibility |
Expert |
Values |
Camera specific |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
|
Code example
C++
// Determine the current DeviceClockFrequency
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceClockFrequency")->Value();
C#
// Determine the current DeviceClockFrequency
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("DeviceClockFrequency").Value();
Python
# Determine the current DeviceClockFrequency (float)
value = nodeMapRemoteDevice.FindNode("DeviceClockFrequency").Value()