MzSteps

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MZSTeps
class MzStepsCls[source]

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

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

No command help available

param channelNull:

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

return:

mode_0_steps: integer Range: 1 to 3

set(mode_0_steps: int, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MZSTeps
driver.source.bb.btooth.cs.sevent.mzSteps.set(mode_0_steps = 1, channelNull = repcap.ChannelNull.Default)

No command help available

param mode_0_steps:

integer Range: 1 to 3

param channelNull:

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