RsCmwBluetoothSig
latest

Contents:

  • Getting Started
  • Revision History
  • Enums
  • RepCaps
  • Examples
  • Index
  • RsCmwBluetoothSig API Structure
    • Configure
      • Delay
      • Tmode
      • Audio
      • Connection
      • LowEnergy
      • UsbSettings<UsbSettings>
      • ComSettings<CommSettings>
      • HwInterface<HardwareIntf>
      • Debug
      • Tconnection
      • RfSettings
      • RxQuality
        • SmIndex
        • Search
        • Packets
        • Rintegrity
        • Limit
        • IbLength
        • IqCoherency
        • IqDrange
        • Itend
        • Cbits
    • Diagnostic
    • Sense
    • Connection
    • Source
    • Route
    • Call
    • LowEnergy
    • RxQuality
    • Clean
RsCmwBluetoothSig
  • »
  • RsCmwBluetoothSig API Structure »
  • Configure »
  • RxQuality »
  • Search
  • Edit on GitLab

Search¶

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:TOUT
class Search[source]

Search commands group definition. 35 total commands, 4 Sub-groups, 1 group commands

get_timeout() → float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:TOUT
value: float = driver.configure.rxQuality.search.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: numeric Unit: s

set_timeout(timeout: float) → None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:TOUT
driver.configure.rxQuality.search.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

numeric Unit: s

Cloning the Group

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

Subgroups

  • Rintegrity
    • LowEnergy
    • Tmode
      • LowEnergy
  • Limit
    • Mper
      • LowEnergy
      • Tmode
        • LowEnergy
      • Nmode
        • LowEnergy
    • Mber
      • Tmode
        • LowEnergy
  • Packets
    • LowEnergy
    • Tmode
      • LowEnergy
    • Nmode
      • LowEnergy
  • Step
    • Tmode
    • Nmode
Next Previous

© Copyright © Rohde & Schwarz 2021. Revision b4b45c5e.

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