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.

SignalMultiplierSource defines the reference signal for the Signal Multiplier. Within the period of this reference signal, the Signal Multiplier generates a defined number of signals with equidistant intervals. The number of internal signals that are generated within the period of the reference signal is defined in SignalMultiplierValue.

Name

SignalMultiplierSource[SignalMultiplierSelector]

Category

SignalMultiplierControl

Interface

Enumeration

Access

Read/Write

Unit

-

Visibility

Expert

Values

PPS

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Values description

PPS: The PPS signal is the reference signal for the Signal Multiplier.

Code example

C++

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

C#

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

Python

# Determine the current entry of SignalMultiplierSource (str)
value = nodeMapRemoteDevice.FindNode("SignalMultiplierSource").CurrentEntry().SymbolicValue()
# Set SignalMultiplierSource to "PPS" (str)
nodeMapRemoteDevice.FindNode("SignalMultiplierSource").SetCurrentEntry("PPS")

© 2024 IDS Imaging Development Systems GmbH