State
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, channel=Channel.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:STATe value: bool = driver.source.bb.c2K.mstation.channel.state.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
This command activates/deactivates the selected channel. For the traffic channels, this value is specific for the selected radio configuration.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
- return
state: 1| ON| 0| OFF
- set(state: bool, mobileStation=MobileStation.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:STATe driver.source.bb.c2K.mstation.channel.state.set(state = False, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
This command activates/deactivates the selected channel. For the traffic channels, this value is specific for the selected radio configuration.
- param state
1| ON| 0| OFF
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)