RsCMPX_BluetoothMeas
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCMPX_BluetoothMeas API Structure
    • Bluetooth
    • Call
    • Clean
    • Configure
      • Bluetooth
        • Measurement
          • BhRate
          • ComSettings
          • Display
          • DtMode
            • RxQuality
              • Eattenuation
              • Limit
              • Per
              • Rintegrity
              • Search
              • SmIndex
          • Hdr
          • Hdrp
          • InputSignal
          • MultiEval
          • RfSettings
          • RxQuality
          • Trx
    • Diagnostic
    • Route
    • Sense
    • Trigger
  • RsCMPX_BluetoothMeas Utilities
  • RsCMPX_BluetoothMeas Logger
  • RsCMPX_BluetoothMeas Events
  • Index
RsCMPX_BluetoothMeas
  • RsCMPX_BluetoothMeas API Structure
  • Configure
  • Bluetooth
  • Measurement
  • DtMode
  • RxQuality
  • Search
  • Edit on GitLab

Search

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STARtlevel
CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STEP
class SearchCls[source]

Search commands group definition. 11 total commands, 3 Subgroups, 2 group commands

get_start_level() → float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STARtlevel
value: float or bool = driver.configure.bluetooth.measurement.dtMode.rxQuality.search.get_start_level()

No command help available

return:

start_level: (float or boolean) No help available

get_step() → float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STEP
value: float or bool = driver.configure.bluetooth.measurement.dtMode.rxQuality.search.get_step()

No command help available

return:

level_step: (float or boolean) No help available

set_start_level(start_level: float) → None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STARtlevel
driver.configure.bluetooth.measurement.dtMode.rxQuality.search.set_start_level(start_level = 1.0)

No command help available

param start_level:

(float or boolean) No help available

set_step(level_step: float) → None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:STEP
driver.configure.bluetooth.measurement.dtMode.rxQuality.search.set_step(level_step = 1.0)

No command help available

param level_step:

(float or boolean) No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.bluetooth.measurement.dtMode.rxQuality.search.clone()

Subgroups

  • Limit
    • Mper
      • LowEnergy
  • Packets
    • LowEnergy
  • Rintegrity
    • LowEnergy
Previous Next

© Copyright © Rohde & Schwarz 2023. Revision 1f1e118b.

Built with Sphinx using a theme provided by Read the Docs.