Thousandth
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:THOusandth
- class ThousandthCls[source]
Thousandth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:THOusandth value: int = driver.configure.signaling.nradio.cell.bwp.bler.downlink.thousandth.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the rate of transport block errors to be inserted into the downlink data, in 1/1000th %, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
thousandth: No help available
- set(cell_name: str, thousandth: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:BLER:DL:THOusandth driver.configure.signaling.nradio.cell.bwp.bler.downlink.thousandth.set(cell_name = 'abc', thousandth = 1, bwParts = repcap.BwParts.Default)
Configures the rate of transport block errors to be inserted into the downlink data, in 1/1000th %, for BWP <bb>.
- param cell_name:
No help available
- param thousandth:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)