TpState
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:TPSTate
- class TpStateCls[source]
TpState 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)>:DUMRes:TPSTate value: bool = driver.source.bb.nr5G.node.cell.dumRes.tpState.get(cellNull = repcap.CellNull.Default)
In uplink, enables using the optional DFT-S scheme.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
tr_prec_state: 1| ON| 0| OFF
- set(tr_prec_state: bool, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:TPSTate driver.source.bb.nr5G.node.cell.dumRes.tpState.set(tr_prec_state = False, cellNull = repcap.CellNull.Default)
In uplink, enables using the optional DFT-S scheme.
- param tr_prec_state
1| ON| 0| OFF
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)