Total

SCPI Commands

READ:WCDMa:SIGNaling<Instance>:EHICh:THRoughput:TOTal
FETCh:WCDMa:SIGNaling<Instance>:EHICh:THRoughput:TOTal
class Total[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Current: float: N throughput values, from first to last (most recent) measured subframe

  • Average: float: Average of all ‘Current’ values referenced to the last statistics cycle

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:EHICh:THRoughput:TOTal
value: ResultData = driver.ehich.throughput.total.fetch()

Return the results of the E-HICH traces over all carriers. The number of results N depends on the configured number of subframes to be measured per measurement cycle, see method RsCmwWcdmaSig.Configure.Ehich.mframes. One measurement result is returned per 100 subframes for 2 ms TTI and per 20 frames for 10 ms TTI.

return

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

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:EHICh:THRoughput:TOTal
value: ResultData = driver.ehich.throughput.total.read()

Return the results of the E-HICH traces over all carriers. The number of results N depends on the configured number of subframes to be measured per measurement cycle, see method RsCmwWcdmaSig.Configure.Ehich.mframes. One measurement result is returned per 100 subframes for 2 ms TTI and per 20 frames for 10 ms TTI.

return

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