Returns the maximum AcquisitionFrameRate that can be reached with the bandwidth defined by DeviceLinkThroughputLimit.
Name |
DeviceLinkAcquisitionFrameRateLimit |
Category |
|
Interface |
Float |
Access |
Read |
Unit |
Hz |
Visibility |
Expert |
Values |
≥ 0 |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current DeviceLinkAcquisitionFrameRateLimit
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceLinkAcquisitionFrameRateLimit")->Value();
C#
// Determine the current DeviceLinkAcquisitionFrameRateLimit
double value = nodeMapRemoteDevice.FindNode<peak.core.nodes.FloatNode>("DeviceLinkAcquisitionFrameRateLimit").Value();
Python
# Determine the current DeviceLinkAcquisitionFrameRateLimit (float)
value = nodeMapRemoteDevice.FindNode("DeviceLinkAcquisitionFrameRateLimit").Value()