Maximum

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
FETCh:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
CALCulate:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
class Maximum[source]

Maximum commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Obw: float: float Occupied bandwidth Range: 0 MHz to 8 MHz , Unit: Hz

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINK: CONFigure:CDMA:MEASi:MEValuation:SCOunt:MODulation CMDLINK]) exceeding the specified limit, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %, Unit: %

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Obw: float: float Occupied bandwidth Range: 0 MHz to 8 MHz , Unit: Hz

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINK: CONFigure:CDMA:MEASi:MEValuation:SCOunt:MODulation CMDLINK]) exceeding the specified limit, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %, Unit: %

calculate()CalculateStruct[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
value: CalculateStruct = driver.multiEval.obw.maximum.calculate()

Return the current, average and maximum occupied bandwidth value results. 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:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
value: ResultData = driver.multiEval.obw.maximum.fetch()

Return the current, average and maximum occupied bandwidth value results. 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:CDMA:MEASurement<Instance>:MEValuation:OBW:MAXimum
value: ResultData = driver.multiEval.obw.maximum.read()

Return the current, average and maximum occupied bandwidth value results. 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.