Minimum

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:MINimum
FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:MINimum
class MinimumCls[source]

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

fetch() List[int][source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:MINimum
value: List[int] = driver.wlanMeas.multiEval.spectrFlatness.x.minimum.fetch()

Return the subcarrier indices (x positions of the worst values) for the current, average, minimum and maximum margin values.

Suppressed linked return values: reliability

return:

margins: 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() List[int][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:MINimum
value: List[int] = driver.wlanMeas.multiEval.spectrFlatness.x.minimum.read()

Return the subcarrier indices (x positions of the worst values) for the current, average, minimum and maximum margin values.

Suppressed linked return values: reliability

return:

margins: 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.