Hsdpcch
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:HSDPcch
- class HsdpcchCls[source]
Hsdpcch commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class HsdpcchStruct[source]
Response structure. Fields:
Enable: bool: Disables | enables the limit check.
Dtx_To_Nack: float: No parameter help available
Nack_To_Cqi: float: No parameter help available
Cqi_To_Dtx: float: No parameter help available
Test_Case: enums.TestCase: T0DB: measurement below maximum UE power with TPC command = 0 dB T1DB: measurement at maximum UE power with TPC command = 1 dB
- get() HsdpcchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:HSDPcch value: HsdpcchStruct = driver.configure.wcdmaMeas.multiEval.limit.pcontrol.hsdpcch.get()
Defines nominal power steps for the HS-DPCCH limit set. Measurements at maximum UE power and below maximum UE power are supported. Separate values can be defined for the boundaries DTX > (N) ACK, (N) ACK > CQI and CQI > DTX. Also the limit check can be enabled or disabled.
- return:
structure: for return value, see the help for HsdpcchStruct structure arguments.
- set(enable: bool, dtx_to_nack: float, nack_to_cqi: float, cqi_to_dtx: float, test_case: TestCase = None) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:HSDPcch driver.configure.wcdmaMeas.multiEval.limit.pcontrol.hsdpcch.set(enable = False, dtx_to_nack = 1.0, nack_to_cqi = 1.0, cqi_to_dtx = 1.0, test_case = enums.TestCase.T0DB)
Defines nominal power steps for the HS-DPCCH limit set. Measurements at maximum UE power and below maximum UE power are supported. Separate values can be defined for the boundaries DTX > (N) ACK, (N) ACK > CQI and CQI > DTX. Also the limit check can be enabled or disabled.
- param enable:
Disables | enables the limit check.
- param dtx_to_nack:
No help available
- param nack_to_cqi:
No help available
- param cqi_to_dtx:
No help available
- param test_case:
T0DB: measurement below maximum UE power with TPC command = 0 dB T1DB: measurement at maximum UE power with TPC command = 1 dB