Percent

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:PERCent
class PercentCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:PERCent
value: float = driver.configure.signaling.nradio.cell.bwp.bler.downlink.percent.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

percent: No help available

set(cell_name: str, percent: float, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:PERCent
driver.configure.signaling.nradio.cell.bwp.bler.downlink.percent.set(cell_name = 'abc', percent = 1.0, bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param percent:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)