Average
SCPI Commands :
READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MIMO<n>:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MIMO<n>:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch(start: float = None, count: float = None, decimation: float = None, mimo=Mimo.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MIMO<n>:AVERage value: List[float] = driver.wlanMeas.multiEval.trace.tsMask.mimo.average.fetch(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)
Return the values of the transmit spectrum mask traces for MIMO measurements, antenna <n>, bandwidths with one segment. 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’.
- param mimo:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)
- return:
spectrum_trace_tx: Comma-separated list of power values, trace from left to right
- read(start: float = None, count: float = None, decimation: float = None, mimo=Mimo.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MIMO<n>:AVERage value: List[float] = driver.wlanMeas.multiEval.trace.tsMask.mimo.average.read(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)
Return the values of the transmit spectrum mask traces for MIMO measurements, antenna <n>, bandwidths with one segment. 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’.
- param mimo:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)
- return:
spectrum_trace_tx: Comma-separated list of power values, trace from left to right