NrDl

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:NRDL
class NrDlCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:NRDL
value: float = driver.configure.signaling.nradio.cell.power.downlink.poffset.nrDl.get(cell_name = 'abc')

Defines the offset of the DL power (PDSCH) relative to the SSS power.

param cell_name:

No help available

return:

nr_dl: No help available

set(cell_name: str, nr_dl: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:NRDL
driver.configure.signaling.nradio.cell.power.downlink.poffset.nrDl.set(cell_name = 'abc', nr_dl = 1.0)

Defines the offset of the DL power (PDSCH) relative to the SSS power.

param cell_name:

No help available

param nr_dl:

No help available