Current

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
class CurrentCls[source]

Current 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_Tx: List[enums.ResultStatus2]: No parameter help available

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_Tx: List[float]: No parameter help available

calculate(mimo=Mimo.Default) CalculateStruct[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
value: CalculateStruct = driver.multiEval.tsMask.mimo.current.calculate(mimo = repcap.Mimo.Default)

Return the limit line margin values of the transmit spectrum mask for MIMO measurements, antenna <n>, bandwidths with one segment. 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.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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

fetch(mimo=Mimo.Default) ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
value: ResultData = driver.multiEval.tsMask.mimo.current.fetch(mimo = repcap.Mimo.Default)

Return the limit line margin values of the transmit spectrum mask for MIMO measurements, antenna <n>, bandwidths with one segment. 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.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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

read(mimo=Mimo.Default) ResultData[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:MIMO<n>:CURRent
value: ResultData = driver.multiEval.tsMask.mimo.current.read(mimo = repcap.Mimo.Default)

Return the limit line margin values of the transmit spectrum mask for MIMO measurements, antenna <n>, bandwidths with one segment. 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.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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