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: numeric Range: -3 dB to 3 dB

  • Ant_Ref_2: float: numeric Range: -3 dB to 3 dB

  • Ant_Ref_3: float: numeric Range: -3 dB to 3 dB

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

Specifies the offset of external attenuation per input antenna relative to the reference antenna. For the reference antenna, the offset is fixed and set to 0 dB.

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.rfSettings.cte.lowEnergy.aoffset.set(ant_ref_1 = 1.0, ant_ref_2 = 1.0, ant_ref_3 = 1.0)

Specifies the offset of external attenuation per input antenna relative to the reference antenna. For the reference antenna, the offset is fixed and set to 0 dB.

param ant_ref_1:

numeric Range: -3 dB to 3 dB

param ant_ref_2:

numeric Range: -3 dB to 3 dB

param ant_ref_3:

numeric Range: -3 dB to 3 dB