Maximum

SCPI Commands :

READ:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
FETCh:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
CALCulate:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
class MaximumCls[source]

Maximum commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Carrier_Ch_Power: float or bool: Level of the uplink carrier, where the UE transmits at the maximal output power.

  • Inband_Emission: float or bool: Relative level of the other uplink carrier transmitting at minimal output power.

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Carrier_Ch_Power: float: Level of the uplink carrier, where the UE transmits at the maximal output power.

  • Inband_Emission: float: Relative level of the other uplink carrier transmitting at minimal output power.

calculate() CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
value: CalculateStruct = driver.wcdmaMeas.tpc.dhib.maximum.calculate()

Return the dual carrier in-band emission results. The minimum, maximum and average results can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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

fetch() ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
value: ResultData = driver.wcdmaMeas.tpc.dhib.maximum.fetch()

Return the dual carrier in-band emission results. The minimum, maximum and average results can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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

read() ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:DHIB:MAXimum
value: ResultData = driver.wcdmaMeas.tpc.dhib.maximum.read()

Return the dual carrier in-band emission results. The minimum, maximum and average results can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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