Current

SCPI Command:

FETCh:VSE:MEASurement<Instance>:CONS:IQ:CURRent
READ:VSE:MEASurement<Instance>:CONS: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: See ‘Reliability indicator values’

  • Xval: List[float]: List of the in-phase values.

  • Yval: List[float]: List of the quadrature values.

fetch() ResultData[source]
# SCPI: FETCh:VSE:MEASurement<Instance>:CONS:IQ:CURRent
value: ResultData = driver.vse.measurement.cons.iq.current.fetch()

Query the IQ constellation values.

return:

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

read() ResultData[source]
# SCPI: READ:VSE:MEASurement<Instance>:CONS:IQ:CURRent
value: ResultData = driver.vse.measurement.cons.iq.current.read()

Query the IQ constellation values.

return:

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