Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

Returns the frequency of the clock selected by DeviceClockSelector.

hint_info

uEye+ cameras: The value of DeviceClockFrequency cannot be changed.

Name

DeviceClockFrequency[DeviceClockSelector]

Category

DeviceControl

Interface

Float

Access

Read/(Write)

Unit

Hz

Visibility

Expert

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code example

C++

// Determine the current DeviceClockFrequency
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceClockFrequency")->Value();

C#

// Determine the current DeviceClockFrequency
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("DeviceClockFrequency").Value();

Python

# Determine the current DeviceClockFrequency (float)
value = nodeMapRemoteDevice.FindNode("DeviceClockFrequency").Value()

© 2026 IDS Imaging Development Systems GmbH