Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns the maximum AcquisitionFrameRate that can be reached with the bandwidth defined by DeviceLinkThroughputLimit.

Name

DeviceLinkAcquisitionFrameRateLimit

Category

DeviceControl

Interface

Float

Access

Read

Unit

Hz

Visibility

Expert

Values

≥ 0

Standard

IDS

Availability uEye+

icon-gev icon-u3v

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()