Minimum
SCPI Commands :
READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MINimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MINimum
CALCulate:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MINimum
- class MinimumCls[source]
Minimum 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:MINimum value: List[enums.ResultStatus2] = driver.wlanMeas.multiEval.trace.spectrFlatness.acarrier.minimum.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.
Suppressed linked return values: reliability
- param start:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param count:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param decimation:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- return:
sflat_all_carr_min: Comma-separated list of power levels, one value per subcarrier (including data, pilot and unused subcarriers) The number of power levels depends on the WLAN standard, channel bandwidth and mode, see Table ‘OFDM subcarriers’.
- fetch(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MINimum value: List[float] = driver.wlanMeas.multiEval.trace.spectrFlatness.acarrier.minimum.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.
Suppressed linked return values: reliability
- param start:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param count:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param decimation:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- return:
sflat_all_carr_min: Comma-separated list of power levels, one value per subcarrier (including data, pilot and unused subcarriers) The number of power levels depends on the WLAN standard, channel bandwidth and mode, see Table ‘OFDM subcarriers’.
- read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACARrier:MINimum value: List[float] = driver.wlanMeas.multiEval.trace.spectrFlatness.acarrier.minimum.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.
Suppressed linked return values: reliability
- param start:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param count:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- param decimation:
For the optional query parameters start, count and decimation, see ‘Trace subarrays’.
- return:
sflat_all_carr_min: Comma-separated list of power levels, one value per subcarrier (including data, pilot and unused subcarriers) The number of power levels depends on the WLAN standard, channel bandwidth and mode, see Table ‘OFDM subcarriers’.