State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCPich:PREFerence:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCPich:PREFerence:[STATe] value: bool = driver.source.bb.w3Gpp.bstation.scpich.preference.state.get(baseStation = repcap.BaseStation.Default)
The command activates or deactivates the use of S-CPICH as reference phase.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
state: ON | OFF
- set(state: bool, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCPich:PREFerence:[STATe] driver.source.bb.w3Gpp.bstation.scpich.preference.state.set(state = False, baseStation = repcap.BaseStation.Default)
The command activates or deactivates the use of S-CPICH as reference phase.
- Parameters:
state – ON | OFF
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)