Papr

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:DMRS:DL:MTB:PAPR
class PaprCls[source]

Papr commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:DMRS:DL:MTB:PAPR
value: bool = driver.configure.signaling.nradio.cell.dmrs.downlink.mtb.papr.get(cell_name = 'abc')

Enables the usage of a DMRS with a low PAPR, for PDSCH, mapping type B, initial BWP.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:DMRS:DL:MTB:PAPR
driver.configure.signaling.nradio.cell.dmrs.downlink.mtb.papr.set(cell_name = 'abc', enable = False)

Enables the usage of a DMRS with a low PAPR, for PDSCH, mapping type B, initial BWP.

param cell_name:

No help available

param enable:

No help available