NoStep
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:NOSTep
- class NoStepCls[source]
NoStep 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>]:NOSTep value: int = driver.source.bb.btooth.cs.sevent.noStep.get(channelNull = repcap.ChannelNull.Default)
Sets or display the number of CS steps. Setting requires manual step scheduling. Settable minimum values are 1 or equal to the number of non-zero Mode-0 steps. See also [:SOURce<hw>]:BB:BTOoth:CS:SSCHeduling.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
num_of_steps: integer Range: 2 to 160
- set(num_of_steps: int, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:NOSTep driver.source.bb.btooth.cs.sevent.noStep.set(num_of_steps = 1, channelNull = repcap.ChannelNull.Default)
Sets or display the number of CS steps. Setting requires manual step scheduling. Settable minimum values are 1 or equal to the number of non-zero Mode-0 steps. See also [:SOURce<hw>]:BB:BTOoth:CS:SSCHeduling.
- param num_of_steps:
integer Range: 2 to 160
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)