State
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)