Quadrature

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:IQConst:QUADrature
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:IQConst:QUADrature
class QuadratureCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:IQConst:QUADrature
value: List[float] = driver.multiEval.trace.iqConstant.quadrature.fetch()

Return the results in the I/Q constellation diagram. The I (in phase) and Q (quadrature) components are retrieved via separate commands.

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

return:

iq_quadrature: No help available

read() List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:IQConst:QUADrature
value: List[float] = driver.multiEval.trace.iqConstant.quadrature.read()

Return the results in the I/Q constellation diagram. The I (in phase) and Q (quadrature) components are retrieved via separate commands.

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

return:

iq_quadrature: No help available