Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Returns the maximum runtime of control channel write commands since the device was opened. The runtime is the time between sending the command and receiving the acknowledgment.

Name

ControlChannelWriteRuntimeMax

Category

ControlChannelMonitor

Interface

Integer

Access

Read

Unit

ms

Visibility

Expert

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

// Determine the current ControlChannelWriteRuntimeMax
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("ControlChannelWriteRuntimeMax")->Value();

C#

// Determine the current ControlChannelWriteRuntimeMax
long value = nodeMapLocalDevice.FindNode<peak.core.nodes.IntegerNode>("ControlChannelWriteRuntimeMax").Value();

Python

# Determine the current ControlChannelWriteRuntimeMax (int)
value = nodeMapLocalDevice.FindNode("ControlChannelWriteRuntimeMax").Value()

© 2024 IDS Imaging Development Systems GmbH