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 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()

© 2024 IDS Imaging Development Systems GmbH