LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE2M
class LowEnergy[source]

LowEnergy commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class Le1MStruct[source]

Structure for reading output parameters. Fields:

  • Ant_1_Gain_Offset: float: numeric Range: -20 dB to 6 dB

  • Ant_2_Gain_Offset: float: numeric Range: -20 dB to 6 dB

  • Ant_3_Gain_Offset: float: numeric Range: -20 dB to 6 dB

class Le2MStruct[source]

Structure for reading output parameters. Fields:

  • Ant_1_Gain_Offset: float: numeric Range: -20 dB to 6 dB

  • Ant_2_Gain_Offset: float: numeric Range: -20 dB to 6 dB

  • Ant_3_Gain_Offset: float: numeric Range: -20 dB to 6 dB

get_le_1_m()Le1MStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE1M
value: Le1MStruct = driver.configure.rfSettings.goffset.cte.lowEnergy.get_le_1_m()

Specifies the gain offset for non-reference antennas relative to the gain (or attenuation) of reference antenna for IQ sample dynamic range measurements. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

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

get_le_2_m()Le2MStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE2M
value: Le2MStruct = driver.configure.rfSettings.goffset.cte.lowEnergy.get_le_2_m()

Specifies the gain offset for non-reference antennas relative to the gain (or attenuation) of reference antenna for IQ sample dynamic range measurements. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

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

set_le_1_m(value: RsCmwBluetoothSig.Implementations.Configure_.RfSettings_.Goffset_.Cte_.LowEnergy.LowEnergy.Le1MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE1M
driver.configure.rfSettings.goffset.cte.lowEnergy.set_le_1_m(value = Le1MStruct())

Specifies the gain offset for non-reference antennas relative to the gain (or attenuation) of reference antenna for IQ sample dynamic range measurements. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

param value

see the help for Le1MStruct structure arguments.

set_le_2_m(value: RsCmwBluetoothSig.Implementations.Configure_.RfSettings_.Goffset_.Cte_.LowEnergy.LowEnergy.Le2MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:GOFFset:CTE:LENergy:LE2M
driver.configure.rfSettings.goffset.cte.lowEnergy.set_le_2_m(value = Le2MStruct())

Specifies the gain offset for non-reference antennas relative to the gain (or attenuation) of reference antenna for IQ sample dynamic range measurements. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

param value

see the help for Le2MStruct structure arguments.