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.

Specifies the next sequencer set.

Name

SequencerSetNext[SequencerSetSelector][SequencerPathSelector]

Category

SequencerControl

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

-

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 SequencerSetNext, make sure SequencerSetSelector is set correctly
// Set SequencerSetSelector to 0
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("SequencerSetSelector")->SetValue(0);
// Determine the current SequencerSetNext
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("SequencerSetNext")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH