Mapped
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:MAPPed
- class MappedCls[source]
Mapped 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)>:MAPPed value: bool = driver.source.bb.nr5G.node.cell.mapped.get(cellNull = repcap.CellNull.Default)
If enabled, the signal of the selected cell is mapped to the output.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
cell_mapped: 1| ON| 0| OFF
- set(cell_mapped: bool, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:MAPPed driver.source.bb.nr5G.node.cell.mapped.set(cell_mapped = False, cellNull = repcap.CellNull.Default)
If enabled, the signal of the selected cell is mapped to the output.
- param cell_mapped
1| ON| 0| OFF
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)