Relative

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HACK:THRoughput:CARRier<Carrier>:RELative
READ:WCDMa:SIGNaling<Instance>:HACK:THRoughput:CARRier<Carrier>:RELative
class Relative[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Rel_Current: float: Range: 0 % to 100 %, Unit: %

  • Rel_Maximum: float: Range: 0 % to 100 %, Unit: %

  • Rel_Minimum: float: Range: 0 % to 100 %, Unit: %

  • Rel_Scheduled: float: Range: 0 % to 100 %, Unit: %

  • Rel_Average: float: Range: 0 % to 100 %, Unit: %

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HACK:THRoughput:CARRier<carrier>:RELative
value: ResultData = driver.hack.throughput.carrier.relative.fetch()

Return the throughput results as percentage of the ‘Max. possible Throughput’. The current, maximum, minimum, scheduled and average values are returned, see ‘Throughput’.

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>:HACK:THRoughput:CARRier<carrier>:RELative
value: ResultData = driver.hack.throughput.carrier.relative.read()

Return the throughput results as percentage of the ‘Max. possible Throughput’. The current, maximum, minimum, scheduled and average values are returned, see ‘Throughput’.

Global Repeated Capabilities: repcap.Carrier
return

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