IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the minimum runtime of control channel read commands since the device was opened. The runtime is the time between sending the command and receiving the acknowledgment.
Name |
ControlChannelReadRuntimeMin |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
ms |
Visibility |
Expert |
Values |
unsigned int 4-byte |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code Example
C++
// Determine the current ControlChannelReadRuntimeMin
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("ControlChannelReadRuntimeMin")->Value();
C#
// Determine the current ControlChannelReadRuntimeMin
long value = nodeMapLocalDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("ControlChannelReadRuntimeMin").Value();
Python
# Determine the current ControlChannelReadRuntimeMin (int)
value = nodeMapLocalDevice.FindNode("ControlChannelReadRuntimeMin").Value()