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.
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<peak.core.nodes.IntegerNode>("SequencerSetSelector").Value();
Python
# Determine the current SequencerSetSelector (int)
value = nodeMapRemoteDevice.FindNode("SequencerSetSelector").Value()