Thousandth
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:THOusandth
- class ThousandthCls[source]
Thousandth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:THOusandth value: int = driver.configure.signaling.nradio.cell.bler.downlink.thousandth.get(cell_name = 'abc')
Configures the rate of transport block errors to be inserted into the downlink data, in 1/1000th %, for the initial BWP.
- param cell_name:
No help available
- return:
thousandth: No help available
- set(cell_name: str, thousandth: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BLER:DL:THOusandth driver.configure.signaling.nradio.cell.bler.downlink.thousandth.set(cell_name = 'abc', thousandth = 1)
Configures the rate of transport block errors to be inserted into the downlink data, in 1/1000th %, for the initial BWP.
- param cell_name:
No help available
- param thousandth:
No help available