State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:SCPich:PREFerence:[STATe]
class StateCls[source]

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

get(baseStation=BaseStation.Default) bool[source]
# SCPI: [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.

param baseStation

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

return

state: ON| OFF

set(state: bool, baseStation=BaseStation.Default) None[source]
# SCPI: [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.

param state

ON| OFF

param baseStation

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