SeqLength
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SEQLength
- class SeqLengthCls[source]
SeqLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) BtoCsSequenceLen [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SEQLength value: enums.BtoCsSequenceLen = driver.source.bb.btooth.cs.sevent.seqLength.get(channelNull = repcap.ChannelNull.Default)
Sets the sequence length. The length is discrete and depends on the sequence type. Setting a sequence length of 0 bits requires manual step scheduling and Mode-1 or Mode-3 as the CS step main mode: SOURce1:BB:BTOoth:CS:SSCHeduling MANual SOURce1:BB:BTOoth:CS:MMODe MODE1 This 0-bit sequence is a CS sequence with no payload.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
seq_len: SL_0| SL_32| SL_64| SL_96| SL_128 Sequence length SL_x. x is the length in bits.
- set(seq_len: BtoCsSequenceLen, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SEQLength driver.source.bb.btooth.cs.sevent.seqLength.set(seq_len = enums.BtoCsSequenceLen.SL_0, channelNull = repcap.ChannelNull.Default)
Sets the sequence length. The length is discrete and depends on the sequence type. Setting a sequence length of 0 bits requires manual step scheduling and Mode-1 or Mode-3 as the CS step main mode: SOURce1:BB:BTOoth:CS:SSCHeduling MANual SOURce1:BB:BTOoth:CS:MMODe MODE1 This 0-bit sequence is a CS sequence with no payload.
- param seq_len:
SL_0| SL_32| SL_64| SL_96| SL_128 Sequence length SL_x. x is the length in bits.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)