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.
|
Writable access is only possible as long as SequencerConfigurationMode = "On". |
Name |
SequencerSetSelector |
Category |
|
Interface |
Integer |
Access |
Read/Write |
Unit |
- |
Visibility |
Expert |
Values |
- |
Standard |
SFNC |
Availability uEye+ |
|
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()