Current

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:X:CURRent
FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:X:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(mimo=Mimo.Default) List[int][source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:X:CURRent
value: List[int] = driver.wlanMeas.multiEval.spectrFlatness.mimo.x.current.fetch(mimo = repcap.Mimo.Default)

Return the subcarrier indices (x positions of the worst values) for the current, average, minimum and maximum margin values for true MIMO, antenna/stream number <n>. For the queries of spectrum flatness margins, see: method RsCMPX_WlanMeas.WlanMeas.MultiEval.SpectrFlatness.Mimo.Current.fetch etc.

Suppressed linked return values: reliability

param mimo:

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

return:

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

read(mimo=Mimo.Default) List[int][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:MIMO<n>:X:CURRent
value: List[int] = driver.wlanMeas.multiEval.spectrFlatness.mimo.x.current.read(mimo = repcap.Mimo.Default)

Return the subcarrier indices (x positions of the worst values) for the current, average, minimum and maximum margin values for true MIMO, antenna/stream number <n>. For the queries of spectrum flatness margins, see: method RsCMPX_WlanMeas.WlanMeas.MultiEval.SpectrFlatness.Mimo.Current.fetch etc.

Suppressed linked return values: reliability

param mimo:

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

return:

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