Carrier

SCPI Commands

READ:WCDMa:SIGNaling<Instance>:EHICh:CARRier<Carrier>
FETCh:WCDMa:SIGNaling<Instance>:EHICh:CARRier<Carrier>
class Carrier[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Meas_Frames: int: Number of already measured HSUPA subframes Range: 0 to 1E+6

  • False_Rx: int: Number of transmissions that the UE received incorrectly Range: 0 to 1E+6

  • Correct_Rx: int: Number of transmissions that the UE received correctly Range: 0 to 1E+6

  • All_Valid_Rx: int: Number of transmissions that the UE received correctly or incorrectly For all three ‘RX’ results, the first new data block after a complete retransmission cycle is not counted as a test sample. Range: 0 to 1E+6

  • False_Ratio: float: Ratio of 3_FalseRX to 5_AllValidRX Range: 0 % to 100 %, Unit: %

  • Correct_Crc: int: Number of transmissions with correct CRC Range: 0 to 1E+6

  • Error_Crc: int: Number of transmissions with incorrect CRC Range: 0 to 1E+6

  • Bler: float: Block error rate resulting from CRC results Range: 0 % to 100 %, Unit: %

  • Thrpt_Current: float: Current throughput Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

  • Thrpt_Max_Pos: float: Current throughput if there would be no CRC errors Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

  • Thrpt_Max_Exp: float: Expected maximum reachable throughput Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

  • Thrpt_Average: float: Average throughput Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

  • Thrpt_Maximum: float: Maximum throughput since the start of the measurement Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

  • Thrpt_Minimum: float: Minimum throughput since the start of the measurement Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:EHICh:CARRier<carrier>
value: ResultData = driver.ehich.carrier.fetch()

Return all single value results of the E-HICH measurement per carrier. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

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>:EHICh:CARRier<carrier>
value: ResultData = driver.ehich.carrier.read()

Return all single value results of the E-HICH measurement per carrier. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

Global Repeated Capabilities: repcap.Carrier
return

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