Result

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult[:ALL]
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PVTime
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:SGACp
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PENCoding
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQERr
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQDiff
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQABsolute
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PDIFference
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:DEVMagnitude
CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:TXSCalar
class ResultCls[source]

Result commands group definition. 10 total commands, 0 Subgroups, 10 group commands

class AllStruct[source]

Structure for setting input parameters. Fields:

  • Devm: bool: No parameter help available

  • Phase_Diff: bool: No parameter help available

  • Tx_Scalars: bool: No parameter help available

  • Iq_Absolute: bool: No parameter help available

  • Iq_Differential: bool: No parameter help available

  • Iq_Error: bool: No parameter help available

  • Phase_Encoding: bool: No parameter help available

  • Power_Vs_Time: bool: No parameter help available

  • Spectrum_Gat_Acp: bool: No parameter help available

get_all() AllStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult[:ALL]
value: AllStruct = driver.configure.hdr.result.get_all()

No command help available

return:

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

get_dev_magnitude() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:DEVMagnitude
value: bool = driver.configure.hdr.result.get_dev_magnitude()

No command help available

return:

state: No help available

get_iq_absolute() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQABsolute
value: bool = driver.configure.hdr.result.get_iq_absolute()

No command help available

return:

state: No help available

get_iq_difference() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQDiff
value: bool = driver.configure.hdr.result.get_iq_difference()

No command help available

return:

state: No help available

get_iq_error() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQERr
value: bool = driver.configure.hdr.result.get_iq_error()

No command help available

return:

state: No help available

get_pdifference() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PDIFference
value: bool = driver.configure.hdr.result.get_pdifference()

No command help available

return:

state: No help available

get_pencoding() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PENCoding
value: bool = driver.configure.hdr.result.get_pencoding()

No command help available

return:

state: No help available

get_power_vs_time() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PVTime
value: bool = driver.configure.hdr.result.get_power_vs_time()

No command help available

return:

state: No help available

get_sgacp() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:SGACp
value: bool = driver.configure.hdr.result.get_sgacp()

No command help available

return:

state: No help available

get_tx_scalar() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:TXSCalar
value: bool = driver.configure.hdr.result.get_tx_scalar()

No command help available

return:

state: No help available

set_all(value: AllStruct) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult[:ALL]
structure = driver.configure.hdr.result.AllStruct()
structure.Devm: bool = False
structure.Phase_Diff: bool = False
structure.Tx_Scalars: bool = False
structure.Iq_Absolute: bool = False
structure.Iq_Differential: bool = False
structure.Iq_Error: bool = False
structure.Phase_Encoding: bool = False
structure.Power_Vs_Time: bool = False
structure.Spectrum_Gat_Acp: bool = False
driver.configure.hdr.result.set_all(value = structure)

No command help available

param value:

see the help for AllStruct structure arguments.

set_dev_magnitude(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:DEVMagnitude
driver.configure.hdr.result.set_dev_magnitude(state = False)

No command help available

param state:

No help available

set_iq_absolute(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQABsolute
driver.configure.hdr.result.set_iq_absolute(state = False)

No command help available

param state:

No help available

set_iq_difference(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQDiff
driver.configure.hdr.result.set_iq_difference(state = False)

No command help available

param state:

No help available

set_iq_error(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:IQERr
driver.configure.hdr.result.set_iq_error(state = False)

No command help available

param state:

No help available

set_pdifference(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PDIFference
driver.configure.hdr.result.set_pdifference(state = False)

No command help available

param state:

No help available

set_pencoding(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PENCoding
driver.configure.hdr.result.set_pencoding(state = False)

No command help available

param state:

No help available

set_power_vs_time(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:PVTime
driver.configure.hdr.result.set_power_vs_time(state = False)

No command help available

param state:

No help available

set_sgacp(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:SGACp
driver.configure.hdr.result.set_sgacp(state = False)

No command help available

param state:

No help available

set_tx_scalar(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:RESult:TXSCalar
driver.configure.hdr.result.set_tx_scalar(state = False)

No command help available

param state:

No help available