RsCMPX_LteMeas

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCMPX_LteMeas API Structure
    • Configure
      • LteMeas
        • CarrierAggregation
        • Cc<CarrierComponent>
        • Emtc
        • MultiEval
          • Bler
          • Cc<CarrierComponent>
          • Limit
            • Aclr
            • Pdynamics
            • Qam<QAMmodOrder>
            • Qpsk
            • SeMask
              • AtTolerance<EutraBand>
              • Limit<Limit>
              • ObwLimit
          • ListPy
          • Modulation
          • MsubFrames
          • NsValue
          • Pcc
          • Pdynamics
          • Power
          • RbAllocation
          • Result
          • Scc<SecondaryCC>
          • Scount
          • Spectrum
          • Srs
          • Tmode
        • Network
        • Pcc
        • Prach
        • RfSettings
        • Scc<SecondaryCC>
        • Srs
    • LteMeas
    • Sense
    • Trigger
  • RsCMPX_LteMeas Utilities
  • RsCMPX_LteMeas Logger
  • RsCMPX_LteMeas Events
  • Index
RsCMPX_LteMeas
  • RsCMPX_LteMeas API Structure
  • Configure
  • LteMeas
  • 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: Disables the check of these requirements. ON: Enables the check of these requirements.

  • Frequency_Start: float: Lower border of the area, relative to the edges of the channel bandwidth.

  • Frequency_End: float: Upper border of the area, relative to the edges of the channel bandwidth.

  • Level: float: Upper limit at FrequencyStart

  • Slope: float: Slope for the upper limit within the area

  • Rbw: enums.Rbw: 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.lteMeas.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.lteMeas.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.lteMeas.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 2023.

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