RsCmwLteSig
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwLteSig API Structure
    • A
    • B
    • Call
    • Catalog
    • Clean
    • Configure
      • A
      • B
      • Caggregation
      • Cbs
      • Cell
        • Acause
        • Bandwidth
        • Mnc
        • Nas
        • Pcc
        • Prach
        • Rar
        • Rcause
        • ReSelection
          • Quality
          • Search
        • Scc<SecondaryCompCarrier>
        • Security
        • Tdd
        • Time
        • Timeout
        • UeIdentity
      • Connection
      • CqiReporting
      • Downlink
      • Ebler
      • EeLog
      • Fading
      • IqIn
      • Mmonitor
      • Ncell<CellNo>
      • Pcc
      • RfSettings
      • Scc<SecondaryCompCarrier>
      • Sib<SystemInfoBlock>
      • Sms
      • Throughput
      • UeCapability
      • UeReport
      • Uplink
    • Ebler
    • Intermediate
    • Prepare
    • Pswitched
    • Route
    • Scc<SecondaryCompCarrier>
    • Sense
    • Source
    • Throughput
  • RsCmwLteSig Utilities
  • RsCmwLteSig Logger
  • RsCmwLteSig Events
  • Index
RsCmwLteSig
  • RsCmwLteSig API Structure
  • Configure
  • Cell
  • ReSelection
  • Search
  • Edit on GitLab

Search

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:INTRasearch
CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:NINTrasearch
class SearchCls[source]

Search commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_intrasearch() → float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:INTRasearch
value: float or bool = driver.configure.cell.reSelection.search.get_intrasearch()

Defines the threshold SIntraSearch. The value divided by 2 is broadcasted to the UE in SIB3.

return:

sintra_search: (float or boolean) numeric | ON | OFF Range: 0 dB to 62 dB, Unit: dB ON | OFF enables or disables transmission of the information element.

get_nintrasearch() → float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:NINTrasearch
value: float or bool = driver.configure.cell.reSelection.search.get_nintrasearch()

Defines the threshold SnonIntraSearch. The value divided by 2 is broadcasted to the UE in SIB3.

return:

snonintra_search: (float or boolean) numeric | ON | OFF Range: 0 dB to 62 dB, Unit: dB ON | OFF enables or disables transmission of the information element.

set_intrasearch(sintra_search: float) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:INTRasearch
driver.configure.cell.reSelection.search.set_intrasearch(sintra_search = 1.0)

Defines the threshold SIntraSearch. The value divided by 2 is broadcasted to the UE in SIB3.

param sintra_search:

(float or boolean) numeric | ON | OFF Range: 0 dB to 62 dB, Unit: dB ON | OFF enables or disables transmission of the information element.

set_nintrasearch(snonintra_search: float) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:SEARch:NINTrasearch
driver.configure.cell.reSelection.search.set_nintrasearch(snonintra_search = 1.0)

Defines the threshold SnonIntraSearch. The value divided by 2 is broadcasted to the UE in SIB3.

param snonintra_search:

(float or boolean) numeric | ON | OFF Range: 0 dB to 62 dB, Unit: dB ON | OFF enables or disables transmission of the information element.

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ddbc9c39.

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