Maximum

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
CALCulate:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
class MaximumCls[source]

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

calculate(mimo=Mimo.Default) List[ResultStatus2][source]
# SCPI: CALCulate:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
value: List[enums.ResultStatus2] = driver.multiEval.spectrFlatness.mimo.maximum.calculate(mimo = repcap.Mimo.Default)

Return the single value margins for true MIMO measurements, antenna/stream number <n>. There are current, average, minimum, and maximum results. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower limit line. For the queries of subcarrier indices for spectrum flatness margins, see: method RsCmwWlanMeas.MultiEval.SpectrFlatness.Mimo.X.Current.fetch etc. 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.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param mimo:

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

return:

spec_flat_margins_tx: float Up to 10 comma-separated list of margins (one value per subcarrier range from left to right) Value 1: trace margin to the upper spectrum flatness limit For bandwidths 80 MHz, the margin is only relevant for the left 80 MHz segment (segment 1) . Value 2 to 5: for the trace margins to the lower spectrum flatness limit For bandwidths 80 MHz, the margins are only relevant for the left 80 MHz segment (segment 1) . Value 6: trace margin to the upper spectrum flatness limit for the right 80 MHz segment (segment 2) . This margin is only relevant for bandwidths 80 MHz. Value 7 to 10: trace margins to the lower spectrum flatness limit for the right 80 MHz segment (segment 2) . These margins are only relevant for bandwidths 80 MHz. Unit: dB

fetch(mimo=Mimo.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
value: List[float] = driver.multiEval.spectrFlatness.mimo.maximum.fetch(mimo = repcap.Mimo.Default)

Return the single value margins for true MIMO measurements, antenna/stream number <n>. There are current, average, minimum, and maximum results. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower limit line. For the queries of subcarrier indices for spectrum flatness margins, see: method RsCmwWlanMeas.MultiEval.SpectrFlatness.Mimo.X.Current.fetch etc. 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.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param mimo:

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

return:

spec_flat_margins_tx: float Up to 10 comma-separated list of margins (one value per subcarrier range from left to right) Value 1: trace margin to the upper spectrum flatness limit For bandwidths 80 MHz, the margin is only relevant for the left 80 MHz segment (segment 1) . Value 2 to 5: for the trace margins to the lower spectrum flatness limit For bandwidths 80 MHz, the margins are only relevant for the left 80 MHz segment (segment 1) . Value 6: trace margin to the upper spectrum flatness limit for the right 80 MHz segment (segment 2) . This margin is only relevant for bandwidths 80 MHz. Value 7 to 10: trace margins to the lower spectrum flatness limit for the right 80 MHz segment (segment 2) . These margins are only relevant for bandwidths 80 MHz. Unit: dB

read(mimo=Mimo.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:MAXimum
value: List[float] = driver.multiEval.spectrFlatness.mimo.maximum.read(mimo = repcap.Mimo.Default)

Return the single value margins for true MIMO measurements, antenna/stream number <n>. There are current, average, minimum, and maximum results. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower limit line. For the queries of subcarrier indices for spectrum flatness margins, see: method RsCmwWlanMeas.MultiEval.SpectrFlatness.Mimo.X.Current.fetch etc. 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.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param mimo:

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

return:

spec_flat_margins_tx: float Up to 10 comma-separated list of margins (one value per subcarrier range from left to right) Value 1: trace margin to the upper spectrum flatness limit For bandwidths 80 MHz, the margin is only relevant for the left 80 MHz segment (segment 1) . Value 2 to 5: for the trace margins to the lower spectrum flatness limit For bandwidths 80 MHz, the margins are only relevant for the left 80 MHz segment (segment 1) . Value 6: trace margin to the upper spectrum flatness limit for the right 80 MHz segment (segment 2) . This margin is only relevant for bandwidths 80 MHz. Value 7 to 10: trace margins to the lower spectrum flatness limit for the right 80 MHz segment (segment 2) . These margins are only relevant for bandwidths 80 MHz. Unit: dB