Average

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
class AverageCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol_Seg_1: enums.ResultStatus2: float Out of tolerance result, segment 1 Range: 0 % to 100 % , Unit: %

  • Out_Of_Tol_Seg_2: enums.ResultStatus2: float Out of tolerance result, segment 2 Range: 0 % to 100 % , Unit: %

  • Margin_Seg_1: List[enums.ResultStatus2]: No parameter help available

  • Margin_Seg_2: List[enums.ResultStatus2]: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol_Seg_1: float: float Out of tolerance result, segment 1 Range: 0 % to 100 % , Unit: %

  • Out_Of_Tol_Seg_2: float: float Out of tolerance result, segment 2 Range: 0 % to 100 % , Unit: %

  • Margin_Seg_1: List[float]: No parameter help available

  • Margin_Seg_2: List[float]: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
value: CalculateStruct = driver.multiEval.tsMask.segments.average.calculate()

Return the limit line margin values of the transmit spectrum mask, for SISO measurements and bandwidths with two segments. Margins for the current, average, minimum and maximum traces are returned. A positive result indicates that the trace is located above the limit line. The limit is exceeded. 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:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
value: ResultData = driver.multiEval.tsMask.segments.average.fetch()

Return the limit line margin values of the transmit spectrum mask, for SISO measurements and bandwidths with two segments. Margins for the current, average, minimum and maximum traces are returned. A positive result indicates that the trace is located above the limit line. The limit is exceeded. 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:WLAN:MEASurement<Instance>:MEValuation:TSMask:SEGMents:AVERage
value: ResultData = driver.multiEval.tsMask.segments.average.read()

Return the limit line margin values of the transmit spectrum mask, for SISO measurements and bandwidths with two segments. Margins for the current, average, minimum and maximum traces are returned. A positive result indicates that the trace is located above the limit line. The limit is exceeded. 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.