Smode

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SMODe
class SmodeCls[source]

Smode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default) BtoCsSubMode[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SMODe
value: enums.BtoCsSubMode = driver.source.bb.btooth.cs.sevent.smode.get(channelNull = repcap.ChannelNull.Default)

Sets the submode of the main mode.

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

return:

sub_mode: MODE1| MODE2| MODE3| NONE See the table Table ‘CS step main modes and submodes’ for an overview on available submodes per main mode.

set(sub_mode: BtoCsSubMode, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:SMODe
driver.source.bb.btooth.cs.sevent.smode.set(sub_mode = enums.BtoCsSubMode.MODE1, channelNull = repcap.ChannelNull.Default)

Sets the submode of the main mode.

param sub_mode:

MODE1| MODE2| MODE3| NONE See the table Table ‘CS step main modes and submodes’ for an overview on available submodes per main mode.

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)