Average

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:AVERage
FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:AVERage
class AverageCls[source]

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

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

Return the subcarrier indices for the current, average, minimum and maximum margin values.

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

return:

margins: No help available

read() List[int][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:X:AVERage
value: List[int] = driver.multiEval.spectrFlatness.x.average.read()

Return the subcarrier indices for the current, average, minimum and maximum margin values.

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

return:

margins: No help available