RsCmwLteMeas

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwLteMeas API Structure
    • Configure
      • CarrierAggregation
      • Cc<CarrierComponent>
      • Emtc
      • MultiEval
        • Bler
        • Cc<CarrierComponent>
        • Limit
          • Aclr
          • Pdynamics
          • Qam<QAMmodOrder>
          • Qpsk
          • SeMask
            • AtTolerance<EutraBand>
            • Limit<Limit>
              • Additional<Table>
              • CarrierAggregation
              • ChannelBw<ChannelBw>
            • ObwLimit
        • ListPy
        • Modulation
        • MsubFrames
        • NsValue
        • Pcc
        • Pdynamics
        • Power
        • RbAllocation
        • Result
        • Scount
        • Spectrum
        • Srs
        • Tmode
      • Network
      • Pcc
      • Prach
      • RfSettings
      • Srs
    • MultiEval
    • Prach
    • Route
    • Sense
    • Srs
    • Trigger
  • RsCmwLteMeas Utilities
  • RsCmwLteMeas Logger
  • RsCmwLteMeas Events
  • Index
RsCmwLteMeas
  • RsCmwLteMeas API Structure
  • Configure
  • MultiEval
  • Limit
  • SeMask
  • Limit<Limit>
  • Additional<Table>
  • ChannelBw<ChannelBw>
  • Sidelink
  • View page source

Sidelink

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>:SIDelink
class SidelinkCls[source]

Sidelink commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SidelinkStruct[source]

Structure for setting input parameters. Fields:

  • Enable: bool: OFF | ON OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • Frequency_Start: float: numeric Lower border of the area, relative to the edges of the channel bandwidth. Range: 0 MHz to 25 MHz, Unit: Hz

  • Frequency_End: float: numeric Upper border of the area, relative to the edges of the channel bandwidth. Range: 0 MHz to 25 MHz, Unit: Hz

  • Level: float: numeric Upper limit at FrequencyStart Range: -256 dBm to 256 dBm, Unit: dBm

  • Slope: float: numeric Slope for the upper limit within the area Range: -256 dB/MHz to 256 dB/MHz, Unit: dB/MHz

  • Rbw: enums.Rbw: K030 | K100 | M1 Resolution bandwidth to be used for the area. K030: 30 kHz K100: 100 kHz M1: 1 MHz

get(limit=Limit.Default, table=Table.Default, channelBw=ChannelBw.Default) → SidelinkStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>:SIDelink

Snippet: value: SidelinkStruct = driver.configure.multiEval.limit.seMask.limit.additional.channelBw.sidelink.get(limit = repcap.Limit.Default, table = repcap.Table.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area <no>, for sidelink measurements. The activation state, the area borders, the start value and slope of the upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <Band>.

param limit:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

param table:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Additional’)

param channelBw:

optional repeated capability selector. Default value: Bw14 (settable in the interface ‘ChannelBw’)

return:

structure: for return value, see the help for SidelinkStruct structure arguments.

set(structure: SidelinkStruct, limit=Limit.Default, table=Table.Default, channelBw=ChannelBw.Default) → None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>:SIDelink

Snippet with structure:

structure = driver.configure.multiEval.limit.seMask.limit.additional.channelBw.sidelink.SidelinkStruct()

structure.Enable: bool = False

structure.Frequency_Start: float = 1.0

structure.Frequency_End: float = 1.0

structure.Level: float = 1.0

structure.Slope: float = 1.0

structure.Rbw: enums.Rbw = enums.Rbw.K030

driver.configure.multiEval.limit.seMask.limit.additional.channelBw.sidelink.set(structure, limit = repcap.Limit.Default, table = repcap.Table.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area <no>, for sidelink measurements. The activation state, the area borders, the start value and slope of the upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <Band>.

param structure:

for set value, see the help for SidelinkStruct structure arguments.

param limit:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

param table:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Additional’)

param channelBw:

optional repeated capability selector. Default value: Bw14 (settable in the interface ‘ChannelBw’)

Previous Next

© Copyright © Rohde & Schwarz 2025.

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