Minimum

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:MIMO<n>:MINimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:MIMO<n>:MINimum
class MinimumCls[source]

Minimum 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:MIMO<n>:MINimum
value: List[float] = driver.multiEval.trace.powerVsTime.mimo.minimum.fetch(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)

Return the values of the power vs time traces for MIMO. The results of the current, average, maximum and minimum 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’.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

power_min: No help available

read(start: float = None, count: float = None, decimation: float = None, mimo=Mimo.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:MIMO<n>:MINimum
value: List[float] = driver.multiEval.trace.powerVsTime.mimo.minimum.read(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default)

Return the values of the power vs time traces for MIMO. The results of the current, average, maximum and minimum 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’.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

power_min: No help available