LowEnergy

SCPI Commands

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

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

get_le_1_m()RsCmwBluetoothSig.enums.DriftRate[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy[:LE1M]
value: enums.DriftRate = driver.configure.rfSettings.dtx.modFrequency.lowEnergy.get_le_1_m()
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

drift_rate: HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)

get_le_2_m()RsCmwBluetoothSig.enums.DriftRate[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy:LE2M
value: enums.DriftRate = driver.configure.rfSettings.dtx.modFrequency.lowEnergy.get_le_2_m()
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

drift_rate: HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)

get_lrange()RsCmwBluetoothSig.enums.DriftRate[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy:LRANge
value: enums.DriftRate = driver.configure.rfSettings.dtx.modFrequency.lowEnergy.get_lrange()
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

drift_rate: HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)

set_le_1_m(drift_rate: RsCmwBluetoothSig.enums.DriftRate)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy[:LE1M]
driver.configure.rfSettings.dtx.modFrequency.lowEnergy.set_le_1_m(drift_rate = enums.DriftRate.HDRF)
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param drift_rate

HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)

set_le_2_m(drift_rate: RsCmwBluetoothSig.enums.DriftRate)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy:LE2M
driver.configure.rfSettings.dtx.modFrequency.lowEnergy.set_le_2_m(drift_rate = enums.DriftRate.HDRF)
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param drift_rate

HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)

set_lrange(drift_rate: RsCmwBluetoothSig.enums.DriftRate)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:MODFrequency:LENergy:LRANge
driver.configure.rfSettings.dtx.modFrequency.lowEnergy.set_lrange(drift_rate = enums.DriftRate.HDRF)
Specifies the drift rate for LE dirty transmitter.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE direct test mode: Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param drift_rate

HDRF | LDRF HDRF: 1250 Hz (high drift rate) LDRF: 625 Hz (low drift rate)