Foffset

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:EDRate
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:BRATe
class Foffset[source]

Foffset commands group definition. 11 total commands, 3 Sub-groups, 2 group commands

get_brate()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:BRATe
value: int or bool = driver.configure.rfSettings.dtx.sing.foffset.get_brate()
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_edrate()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:EDRate
value: int or bool = driver.configure.rfSettings.dtx.sing.foffset.get_edrate()
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_brate(freq_offset: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:BRATe
driver.configure.rfSettings.dtx.sing.foffset.set_brate(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_edrate(freq_offset: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:FOFFset:EDRate
driver.configure.rfSettings.dtx.sing.foffset.set_edrate(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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.dtx.sing.foffset.clone()

Subgroups