SeqCount
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:STReam<DI>:SEQCount
- class SeqCountCls[source]
SeqCount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(twoStreams=TwoStreams.Default) int [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:STReam<DI>:SEQCount value: int = driver.source.bb.esequencer.stream.seqCount.get(twoStreams = repcap.TwoStreams.Default)
Sets how many sequencers can be mapped to the stream at most.
- param twoStreams:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- return:
max_num_of_sequences: integer Range: 1 to 3
- set(max_num_of_sequences: int, twoStreams=TwoStreams.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:STReam<DI>:SEQCount driver.source.bb.esequencer.stream.seqCount.set(max_num_of_sequences = 1, twoStreams = repcap.TwoStreams.Default)
Sets how many sequencers can be mapped to the stream at most.
- param max_num_of_sequences:
integer Range: 1 to 3
- param twoStreams:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)