Maximum

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:MODulation:CMIMo:PSTS:MAXimum
FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:CMIMo:PSTS:MAXimum
class MaximumCls[source]

Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:CMIMo:PSTS:MAXimum
value: List[float] = driver.multiEval.modulation.cmimo.psts.maximum.fetch()

Return the single value RMS power results for the individual space-time streams. The current, average, minimum, maximum, and standard deviation results can be retrieved. For a meaningful result, set the spatial mapping matrix in the DUT to direct mapping. It causes a one-to-one mapping of space time streams to TX antennas. Thus a broken TX chain (no power) is detected and a damaged chain is identified by its bad EVM.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

return:

power_sts_tx: float Eight values, one value per space-time stream Unit: dBm

read() List[float][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:MODulation:CMIMo:PSTS:MAXimum
value: List[float] = driver.multiEval.modulation.cmimo.psts.maximum.read()

Return the single value RMS power results for the individual space-time streams. The current, average, minimum, maximum, and standard deviation results can be retrieved. For a meaningful result, set the spatial mapping matrix in the DUT to direct mapping. It causes a one-to-one mapping of space time streams to TX antennas. Thus a broken TX chain (no power) is detected and a damaged chain is identified by its bad EVM.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

return:

power_sts_tx: float Eight values, one value per space-time stream Unit: dBm