IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Returns the peak bandwidth of the data that will be streamed out by the camera with the current settings.
Name |
DeviceLinkCurrentThroughput |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
Bps |
Visibility |
Expert |
Values |
Camera specific |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current DeviceLinkCurrentThroughput
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("DeviceLinkCurrentThroughput")->Value();
C#
// Determine the current DeviceLinkCurrentThroughput
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("DeviceLinkCurrentThroughput").Value();
Python
# Determine the current DeviceLinkCurrentThroughput (int)
value = nodeMapRemoteDevice.FindNode("DeviceLinkCurrentThroughput").Value()