IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the maximum frame rate (AcquisitionFrameRate). The maximum frame rate can be limited either by the currently set ExposureTime or by 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<IDSImaging.Peak.API.Core.Nodes.FloatNode>("DeviceLinkAcquisitionFrameRateLimit").Value();
Python
# Determine the current DeviceLinkAcquisitionFrameRateLimit (float)
value = nodeMapRemoteDevice.FindNode("DeviceLinkAcquisitionFrameRateLimit").Value()