LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LRANge
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE2M
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE1M
class LowEnergy[source]

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

get_le_1_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE1M
value: int or bool = driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.get_le_1_m()
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

return

freq_offset: numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE2M
value: int or bool = driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.get_le_2_m()
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

return

freq_offset: numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset

get_lrange()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LRANge
value: int or bool = driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.get_lrange()
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

return

freq_offset: numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset

set_le_1_m(freq_offset: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE1M
driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.set_le_1_m(freq_offset = 1)
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

param freq_offset

numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset

set_le_2_m(freq_offset: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LE2M
driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.set_le_2_m(freq_offset = 1)
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

param freq_offset

numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset

set_lrange(freq_offset: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:TMODe:LENergy:LRANge
driver.configure.rfSettings.dtx.sing.foffset.tmode.lowEnergy.set_lrange(freq_offset = 1)
Specify the constant frequency offset to be added to the center frequency.

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for test mode classic (..:BRATe..) , (..:EDRate..) and for LE direct test mode (..:LE1M..) , (..:LE2M..) , (.. :LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

param freq_offset

numeric | ON | OFF Range: -250 kHz to 250 kHz Additional ON/OFF enables/disables constant frequency offset