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.

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<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("SequencerSetSelector").Value();

Python

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

© 2026 IDS Imaging Development Systems GmbH