Awgn

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:HCQI:LIMit:AWGN:BLER
CONFigure:WCDMa:SIGNaling<Instance>:HCQI:LIMit:AWGN:DTX
CONFigure:WCDMa:SIGNaling<Instance>:HCQI:LIMit:AWGN
class Awgn[source]

Awgn commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class BlerStruct[source]

Structure for reading output parameters. Fields:

  • Median_M_1: float: Upper limit for the values acquired at median CQI - 1. This limit applies if BLER at median CQI is above the limit Median0. Range: 0 % to 100 %, Unit: %

  • Median_0: float: Limit for the values acquired at median CQI Range: 0 % to 100 %, Unit: %

  • Median_P_2: float: Lower limit for the values acquired at median CQI + 2. This limit applies if BLER at median CQI is below the limit Median0. Range: 0 % to 100 %, Unit: %

class DtxStruct[source]

Structure for reading output parameters. Fields:

  • Median_M_1: float or bool: Limit for the values acquired at median CQI - 1 Range: 0 % to 100 % Additional OFF | ON disables | enables the limit check

  • Median_0: float or bool: Limit for the values acquired at median CQI Range: 0 % to 100 % Additional OFF | ON disables | enables the limit check

  • Median_P_2: float or bool: Limit for the values acquired at median CQI + 2 Range: 0 % to 100 % Additional OFF | ON disables | enables the limit check

get_bler()BlerStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN:BLER
value: BlerStruct = driver.configure.hcqi.limit.awgn.get_bler()

Defines BLER limit for AWGN test case.

return

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

get_dtx()DtxStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN:DTX
value: DtxStruct = driver.configure.hcqi.limit.awgn.get_dtx()

Defines the maximum percentage of HSDPA subframes that the UE answers with DTX during AWGN test case.

return

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

get_value()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN
value: float = driver.configure.hcqi.limit.awgn.get_value()

Specifies the minimum percentage of measured CQI values, that fall in the range (median CQI – 2) ≦ median CQI ≦ (median CQI + 2) .

return

cqiin_range: Lower limit for the first stage of AWGN test case Range: 0 % to 100 %, Unit: %

set_bler(value: RsCmwWcdmaSig.Implementations.Configure_.Hcqi_.Limit_.Awgn.Awgn.BlerStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN:BLER
driver.configure.hcqi.limit.awgn.set_bler(value = BlerStruct())

Defines BLER limit for AWGN test case.

param value

see the help for BlerStruct structure arguments.

set_dtx(value: RsCmwWcdmaSig.Implementations.Configure_.Hcqi_.Limit_.Awgn.Awgn.DtxStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN:DTX
driver.configure.hcqi.limit.awgn.set_dtx(value = DtxStruct())

Defines the maximum percentage of HSDPA subframes that the UE answers with DTX during AWGN test case.

param value

see the help for DtxStruct structure arguments.

set_value(cqiin_range: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:HCQI:LIMit:AWGN
driver.configure.hcqi.limit.awgn.set_value(cqiin_range = 1.0)

Specifies the minimum percentage of measured CQI values, that fall in the range (median CQI – 2) ≦ median CQI ≦ (median CQI + 2) .

param cqiin_range

Lower limit for the first stage of AWGN test case Range: 0 % to 100 %, Unit: %