Minimum

SCPI Commands

READ:WCDMa:MEASurement<Instance>:TPC:DHIB:MINimum
FETCh:WCDMa:MEASurement<Instance>:TPC:DHIB:MINimum
class Minimum[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Carrier_Ch_Power: float: float Level of the uplink carrier, where the UE transmits at the maximal output power Range: -100 dBm to 40 dBm, Unit: dBm

  • Inband_Emission: float: float Relative level of the other uplink carrier transmitting at minimal output power Range: -99 dB to 99 dB, Unit: dB

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:DHIB:MINimum
value: ResultData = driver.tpc.dhib.minimum.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:MINimum
value: ResultData = driver.tpc.dhib.minimum.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.