Bler

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HCQI:CARRier<Carrier>:BLER
READ:WCDMa:SIGNaling<Instance>:HCQI:CARRier<Carrier>:BLER
class Bler[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Median_Cqim_1: float: Block error rate measured at median CQI - 1 in the third stage of measurement (AWGN test case only) Range: 0 % to 100 %, Unit: %

  • Median_Cqi: float: Block error rate measured at median CQI in the second stage of measurement (AWGN and fading test cases) Range: 0 % to 100 %, Unit: %

  • Median_Cqip_2: float: Block error rate measured at median CQI + 2 in the third stage of measurement (AWGN test case only) Range: 0 % to 100 %, Unit: %

  • Median_Cqip_3: float: Block error rate measured at median CQI + 3 in the second stage of measurement (Fading test case only) Range: 0 % to 100 %, Unit: %

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HCQI:CARRier<carrier>:BLER
value: ResultData = driver.hcqi.carrier.bler.fetch()

Returns the BLER results of the second and third stage of HSDPA CQI measurement. As indicated in the parameter descriptions below, each test case provides valid results for a subset of the parameters only. For the other parameters NCAP is returned.

Global Repeated Capabilities: repcap.Carrier
return

structure: for return value, see the help for ResultData structure arguments.

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:HCQI:CARRier<carrier>:BLER
value: ResultData = driver.hcqi.carrier.bler.read()

Returns the BLER results of the second and third stage of HSDPA CQI measurement. As indicated in the parameter descriptions below, each test case provides valid results for a subset of the parameters only. For the other parameters NCAP is returned.

Global Repeated Capabilities: repcap.Carrier
return

structure: for return value, see the help for ResultData structure arguments.