State
SCPI Command :
[SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrier=Carrier.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:STATe value: bool = driver.source.bb.evdo.down.mc.carrier.state.get(carrier = repcap.Carrier.Default)
Switches the selected carrier on or off.
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return
state: 1| ON| 0| OFF
- set(state: bool, carrier=Carrier.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:STATe driver.source.bb.evdo.down.mc.carrier.state.set(state = False, carrier = repcap.Carrier.Default)
Switches the selected carrier on or off.
- param state
1| ON| 0| OFF
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)