Maximum

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
CALCulate:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
class MaximumCls[source]

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

calculate(start: float = None, count: float = None, decimation: float = None) List[ResultStatus2][source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
value: List[enums.ResultStatus2] = driver.multiEval.trace.spectrFlatness.acarrier.maximum.calculate(start = 1.0, count = 1.0, decimation = 1.0)

Return the results over all carriers (complete FFTSize) of the spectrum flatness traces for OFDM and OFDMA SISO signals. The results of the current, average, minimum and maximum traces can be retrieved.

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

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

sflat_all_carr_max: No help available

fetch(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
value: List[float] = driver.multiEval.trace.spectrFlatness.acarrier.maximum.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the results over all carriers (complete FFTSize) of the spectrum flatness traces for OFDM and OFDMA SISO signals. The results of the current, average, minimum and maximum traces can be retrieved.

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

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

sflat_all_carr_max: No help available

read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MAXimum
value: List[float] = driver.multiEval.trace.spectrFlatness.acarrier.maximum.read(start = 1.0, count = 1.0, decimation = 1.0)

Return the results over all carriers (complete FFTSize) of the spectrum flatness traces for OFDM and OFDMA SISO signals. The results of the current, average, minimum and maximum traces can be retrieved.

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

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

sflat_all_carr_max: No help available