Bler

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:BLER:TOUT
CONFigure:GSM:SIGNaling<Instance>:BLER:SCOunt
class Bler[source]

Bler commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_scount()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BLER:SCOunt
value: int = driver.configure.bler.get_scount()

Defines the number of RLC data blocks to be transmitted per measurement cycle (statistics cycle) .

return

rlc_block_count: Range: 1 to 10E+6

get_timeout()float[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BLER:TOUT
value: float = driver.configure.bler.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: Unit: s

set_scount(rlc_block_count: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BLER:SCOunt
driver.configure.bler.set_scount(rlc_block_count = 1)

Defines the number of RLC data blocks to be transmitted per measurement cycle (statistics cycle) .

param rlc_block_count

Range: 1 to 10E+6

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BLER:TOUT
driver.configure.bler.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

Unit: s