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.

Selects to which branching path the corresponding settings apply.

Name

SequencerPathSelector[SequencerSetSelector]

Category

SequencerControl

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Expert

Values

0

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

hint_info

Can only be changed if the SequencerConfigurationMode is "On".

Code example

C++

// Before accessing SequencerPathSelector, make sure SequencerSetSelector is set correctly
// Set SequencerSetSelector to 0
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("SequencerSetSelector")->SetValue(0);
// Determine the current SequencerPathSelector
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("SequencerPathSelector")->Value();

C#

// Before accessing SequencerPathSelector, make sure SequencerSetSelector is set correctly
// Set SequencerSetSelector to 0
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("SequencerSetSelector").SetValue(0);
// Determine the current SequencerPathSelector
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("SequencerPathSelector").Value();

Python

# Before accessing SequencerPathSelector, make sure SequencerSetSelector is set correctly
# Set SequencerSetSelector to 0 (int)
nodeMapRemoteDevice.FindNode("SequencerSetSelector").SetValue(0)
# Determine the current SequencerPathSelector (int)
value = nodeMapRemoteDevice.FindNode("SequencerPathSelector").Value()

© 2024 IDS Imaging Development Systems GmbH