MmiSteps
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MMISteps
- class MmiStepsCls[source]
MmiSteps 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>]:MMISteps value: int = driver.source.bb.btooth.cs.sevent.mmiSteps.get(channelNull = repcap.ChannelNull.Default)
Sets the minimum number of main mode steps.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
mm_min_steps: integer Range: 2 to 255
- set(mm_min_steps: int, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MMISteps driver.source.bb.btooth.cs.sevent.mmiSteps.set(mm_min_steps = 1, channelNull = repcap.ChannelNull.Default)
Sets the minimum number of main mode steps.
- param mm_min_steps:
integer Range: 2 to 255
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)