Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns the source for DeviceClockFrequency.

Name

DeviceClockSelector

Category

DeviceControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Expert

Values

Sensor

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Values description

Sensor: Clock frequency of the image sensor of the camera.

Code example

C++

// Determine the current entry of DeviceClockSelector
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("DeviceClockSelector")->CurrentEntry()->SymbolicValue();

C#

// Determine the current entry of DeviceClockSelector
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("DeviceClockSelector").CurrentEntry().SymbolicValue();

Python

# Determine the current entry of DeviceClockSelector (str)
value = nodeMapRemoteDevice.FindNode("DeviceClockSelector").CurrentEntry().SymbolicValue()