Current

SCPI Commands :

READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:IQ:CURRent
FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:IQ:CURRent
class CurrentCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Iphase: List[float]: No parameter help available

  • Qphase: List[float]: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:IQ:CURRent
value: ResultData = driver.wcdmaMeas.multiEval.trace.iq.current.fetch()

Returns the results in the I/Q constellation diagram. Every fourth value corresponds to a constellation point. The other values are located on the path between two constellation points.

return:

structure: for return value, see the help for ResultData structure arguments.

read() ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:IQ:CURRent
value: ResultData = driver.wcdmaMeas.multiEval.trace.iq.current.read()

Returns the results in the I/Q constellation diagram. Every fourth value corresponds to a constellation point. The other values are located on the path between two constellation points.

return:

structure: for return value, see the help for ResultData structure arguments.