Aoffset

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:CTE:LENergy:AOFFset
class AoffsetCls[source]

Aoffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AoffsetStruct[source]

Response structure. Fields:

  • Ant_Ref_1: float: No parameter help available

  • Ant_Ref_2: float: No parameter help available

  • Ant_Ref_3: float: No parameter help available

get() AoffsetStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:CTE:LENergy:AOFFset
value: AoffsetStruct = driver.configure.bluetooth.measurement.rfSettings.cte.lowEnergy.aoffset.get()

No command help available

return:

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

set(ant_ref_1: float, ant_ref_2: float, ant_ref_3: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:CTE:LENergy:AOFFset
driver.configure.bluetooth.measurement.rfSettings.cte.lowEnergy.aoffset.set(ant_ref_1 = 1.0, ant_ref_2 = 1.0, ant_ref_3 = 1.0)

No command help available

param ant_ref_1:

No help available

param ant_ref_2:

No help available

param ant_ref_3:

No help available