Minimum

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:FREQuency:MINimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:FREQuency:MINimum
CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:FREQuency:MINimum
class MinimumCls[source]

Minimum 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: enums.ResultStatus2: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified transmit spectrum mask limits. Range: 0 % to 100 % , Unit: %

  • Margin_Xvals: List[enums.ResultStatus2]: float Comma-separated list of frequencies, one value per margin The number of margins equals the number of spectrum mask areas and depends on the selected standard, see Table ‘Spectrum mask areas’. Range: -40 MHz to 40 MHz, Unit: Hz

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified transmit spectrum mask limits. Range: 0 % to 100 % , Unit: %

  • Margin_Xvals: List[float]: float Comma-separated list of frequencies, one value per margin The number of margins equals the number of spectrum mask areas and depends on the selected standard, see Table ‘Spectrum mask areas’. Range: -40 MHz to 40 MHz, Unit: Hz

calculate() CalculateStruct[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:FREQuency:MINimum
value: CalculateStruct = driver.multiEval.tsMask.frequency.minimum.calculate()

Return the X-positions of the limit line margins of the transmit spectrum mask. For MIMO measurements, antenna/stream number <n>, bandwidths with one segment. Positions for the current, average, minimum and maximum traces are returned. 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:FREQuency:MINimum
value: ResultData = driver.multiEval.tsMask.frequency.minimum.fetch()

Return the X-positions of the limit line margins of the transmit spectrum mask. For MIMO measurements, antenna/stream number <n>, bandwidths with one segment. Positions for the current, average, minimum and maximum traces are returned. 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:FREQuency:MINimum
value: ResultData = driver.multiEval.tsMask.frequency.minimum.read()

Return the X-positions of the limit line margins of the transmit spectrum mask. For MIMO measurements, antenna/stream number <n>, bandwidths with one segment. Positions for the current, average, minimum and maximum traces are returned. 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.