Maximum
SCPI Commands :
READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:MIMO<n>:MAXimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:MIMO<n>:MAXimum
- class MaximumCls[source]
Maximum 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:PVTime:REDGe:MIMO<n>:MAXimum value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.risingEdge.mimo.maximum.fetch(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)
Return the values of the power vs time ramp traces for MIMO, rising edge (REDGe) and falling edge (FEDGe) . The results of the current, average, maximum and minimum 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:
power_max: Comma-separated list of power values For DSSS signals, the values are returned in percent relative to the configured reference power. For OFDM signals, the values are in dBm.
- read(start: float = None, count: float = None, decimation: float = None, mimo=Mimo.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:MIMO<n>:MAXimum value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.risingEdge.mimo.maximum.read(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)
Return the values of the power vs time ramp traces for MIMO, rising edge (REDGe) and falling edge (FEDGe) . The results of the current, average, maximum and minimum 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:
power_max: Comma-separated list of power values For DSSS signals, the values are returned in percent relative to the configured reference power. For OFDM signals, the values are in dBm.