State

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:STATe
class StateCls[source]

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

get(mobileStation=MobileStation.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:STATe
value: bool = driver.source.bb.c2K.mstation.state.get(mobileStation = repcap.MobileStation.Default)

The command activates and deactivates the specified mobile station.

param mobileStation

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

return

state: 1| ON| 0| OFF

set(state: bool, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:STATe
driver.source.bb.c2K.mstation.state.set(state = False, mobileStation = repcap.MobileStation.Default)

The command activates and deactivates the specified mobile station.

param state

1| ON| 0| OFF

param mobileStation

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