IqError

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:HDR:TRACe:IQERr
FETCh:BLUetooth:MEASurement<Instance>:HDR:TRACe:IQERr
class IqErrorCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

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

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

fetch() ResultData[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:HDR:TRACe:IQERr
value: ResultData = driver.hdr.trace.iqError.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:HDR:TRACe:IQERr
value: ResultData = driver.hdr.trace.iqError.read()

No command help available

return:

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