Percent

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:PERCent
class PercentCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:PERCent
value: float = driver.configure.signaling.nradio.cell.bler.downlink.percent.get(cell_name = 'abc')

Configures the rate of transport block errors to be inserted into the downlink data, in percent, for the initial BWP.

param cell_name:

No help available

return:

percent: No help available

set(cell_name: str, percent: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:PERCent
driver.configure.signaling.nradio.cell.bler.downlink.percent.set(cell_name = 'abc', percent = 1.0)

Configures the rate of transport block errors to be inserted into the downlink data, in percent, for the initial BWP.

param cell_name:

No help available

param percent:

No help available