Fdrift

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:STAB:FDRift:EDRate
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:STAB:FDRift:BRATe
class Fdrift[source]

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

get_brate()List[bool][source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:STAB:FDRift:BRATe
value: List[bool] = driver.configure.rfSettings.dtx.stab.fdrift.get_brate()
Query the dirty transmitter frequency drift set according to the test specification for Bluetooth wireless technology.

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_drift: float Frequency drift is always enabled, according to the test specification for Bluetooth wireless technology.

get_edrate()List[bool][source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:STAB:FDRift:EDRate
value: List[bool] = driver.configure.rfSettings.dtx.stab.fdrift.get_edrate()
Query the dirty transmitter frequency drift set according to the test specification for Bluetooth wireless technology.

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_drift: float Frequency drift is always enabled, according to the test specification for Bluetooth wireless technology.

Cloning the Group

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

Subgroups