IqAbs

SCPI Commands :

FETCh:BLUetooth:MEASurement<Instance>:HDRP:TRACe:IQABs
READ:BLUetooth:MEASurement<Instance>:HDRP:TRACe:IQABs
class IqAbsCls[source]

IqAbs 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>:HDRP:TRACe:IQABs
value: ResultData = driver.hdrp.trace.iqAbs.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>:HDRP:TRACe:IQABs
value: ResultData = driver.hdrp.trace.iqAbs.read()

No command help available

return:

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