ShSpec
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SHSPec
- class ShSpecCls[source]
ShSpec commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) bool [source]
# SCPI: [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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
shared_spec: No help available
- set(shared_spec: bool, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param shared_spec
1| ON| 0| OFF
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)