RsCmwBluetoothMeas
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwBluetoothMeas API Structure
    • Call
    • Clean
    • Configure
      • ComSettings
      • Display
      • DtMode
        • RxQuality
          • Eattenuation
          • Limit
          • Per
          • Rintegrity
          • Search
            • Limit
            • Packets
            • Rintegrity
          • SmIndex
      • Hdr
      • Hdrp
      • InputSignal
      • MultiEval
      • RfSettings
      • RxQuality
      • Trx
    • Diagnostic
    • DtMode
    • Hdr
    • Hdrp
    • InputSignal
    • MultiEval
    • Route
    • RxQuality
    • Sense
    • Trigger
    • Trx
  • RsCmwBluetoothMeas Utilities
  • RsCmwBluetoothMeas Logger
  • RsCmwBluetoothMeas Events
  • Index
RsCmwBluetoothMeas
  • RsCmwBluetoothMeas API Structure
  • Configure
  • 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.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.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.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.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.dtMode.rxQuality.search.clone()

Subgroups

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

© Copyright © Rohde & Schwarz 2023. Revision 230f472b.

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