Average

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CARRier:MIMO<n>:SEGMent<seg>:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CARRier:MIMO<n>:SEGMent<seg>: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, segment=Segment.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CARRier:MIMO<n>:SEGMent<seg>:AVERage
value: List[float] = driver.multiEval.trace.evMagnitude.carrier.mimo.segment.average.fetch(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default, segment = repcap.Segment.Default)

Return the values of the EVM vs subcarrier traces for 80+80 MHz, MIMO connections. 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:

No help available

param count:

No help available

param decimation:

No help available

param mimo:

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

param segment:

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

return:

evm_vs_carr_avg: No help available

read(start: float = None, count: float = None, decimation: float = None, mimo=Mimo.Default, segment=Segment.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CARRier:MIMO<n>:SEGMent<seg>:AVERage
value: List[float] = driver.multiEval.trace.evMagnitude.carrier.mimo.segment.average.read(start = 1.0, count = 1.0, decimation = 1.0, mimo = repcap.Mimo.Default, segment = repcap.Segment.Default)

Return the values of the EVM vs subcarrier traces for 80+80 MHz, MIMO connections. 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:

No help available

param count:

No help available

param decimation:

No help available

param mimo:

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

param segment:

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

return:

evm_vs_carr_avg: No help available