SeqCount
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:STReam<DI>:SEQCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(twoStreams=TwoStreams.Default) int[source]
# [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.
- Parameters:
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- Returns:
max_num_of_sequences: integer Range: 1 to 3
- set(max_num_of_sequences: int, twoStreams=TwoStreams.Default) None[source]
# [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.
- Parameters:
max_num_of_sequences – integer Range: 1 to 3
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)