Scontent
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:SCONtent
- class ScontentCls[source]
Scontent commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class ScontentStruct[source]
Response structure. Fields:
1 Seq_Content: str: numeric
2 Bitcount: int: integer Range: 32 to 128
- get(channelNull=ChannelNull.Default, stepNull=StepNull.Default) ScontentStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:SCONtent value: ScontentStruct = driver.source.bb.btooth.cs.sevent.step.scontent.get(channelNull = repcap.ChannelNull.Default, stepNull = repcap.StepNull.Default)
Queries the content and the length of a sounding sequence or random sequence. The content depends on the subevent mode. For CS test packets, you can set the content for a sounding sequence and random sequence.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- param stepNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Step’)
- return:
structure: for return value, see the help for ScontentStruct structure arguments.
- set(seq_content: str, bitcount: int, channelNull=ChannelNull.Default, stepNull=StepNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:SCONtent driver.source.bb.btooth.cs.sevent.step.scontent.set(seq_content = rawAbc, bitcount = 1, channelNull = repcap.ChannelNull.Default, stepNull = repcap.StepNull.Default)
Queries the content and the length of a sounding sequence or random sequence. The content depends on the subevent mode. For CS test packets, you can set the content for a sounding sequence and random sequence.
- param seq_content:
numeric
- param bitcount:
integer Range: 32 to 128
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- param stepNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Step’)