Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Selects the sequencer set to which further feature settings apply.

hint_info

Writable access is only possible as long as SequencerConfigurationMode = "On".

Name

SequencerSetSelector

Category

SequencerControl

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Expert

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

# Determine the current SequencerSetSelector (int)
value = nodeMapRemoteDevice.FindNode("SequencerSetSelector").Value()