State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:DCONflict:[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>:DCONflict:[STATe]
value: bool = driver.source.bb.w3Gpp.bstation.dconflict.state.get(baseStation = repcap.BaseStation.Default)

The command queries whether there is (response 1) or is not (response 0) a conflict (overlap) in the hierarchically-structured channelization codes. The cause of a possible domain conflict can be ascertained by manual operation in the ‘BS > Code Domain’ dialog.

param baseStation

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

return

state: 1| ON| 0| OFF