ShSpec

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SHSPec
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SHSPec
value: bool = driver.source.bb.nr5G.node.cell.shSpec.get(cellNull = repcap.CellNull.Default)

Turns shared spectrum access on and off.

Parameters:

cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

set(shared_spec: bool, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SHSPec
driver.source.bb.nr5G.node.cell.shSpec.set(shared_spec = False, cellNull = repcap.CellNull.Default)

Turns shared spectrum access on and off.

Parameters:
  • shared_spec – 1 | ON | 0| OFF

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)