RsCmwLteMeas

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwLteMeas API Structure
    • Configure
      • CarrierAggregation
      • Cc<CarrierComponent>
      • Emtc
      • MultiEval
        • Bler
        • Cc<CarrierComponent>
        • Limit
        • ListPy
          • Lrange
          • Segment<Segment>
            • Aclr
            • CarrierAggregation
            • Cc<CarrierComponent>
            • Cidx
            • Emtc
            • Modulation
            • PlcId
            • Pmonitor
            • Power
            • RbAllocation
              • Sidelink
            • Scc<SecondaryCC>
            • SeMask
            • Setup
            • SingleCmw
            • Tdd
          • SingleCmw
        • 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
  • ListPy
  • Segment<Segment>
  • RbAllocation
  • Sidelink
  • View page source

Sidelink

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RBALlocation:SIDelink
class SidelinkCls[source]

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

class SidelinkStruct[source]

Response structure. Fields:

  • 1 Auto: bool: OFF | ON OFF: manual definition via the other settings ON: automatic detection of RB allocation

  • 2 No_Rb_Pssch: int: integer Number of allocated RBs for the PSSCH in each measured slot

  • 3 Offset_Pssch: int: integer Offset of the first allocated PSSCH resource block

  • 4 Offset_Pscch: int: integer Offset of the first allocated PSCCH resource block

get(segment=Segment.Default) → SidelinkStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RBALlocation:SIDelink

Snippet: value: SidelinkStruct = driver.configure.multiEval.listPy.segment.rbAllocation.sidelink.get(segment = repcap.Segment.Default)

Defines the sidelink resource block allocation manually for segment <no>. By default, the RB allocation is detected automatically. Most allowed input ranges depend on other settings, see ‘Sidelink resource block allocation’.

param segment:

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

return:

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

set(auto: bool, no_rb_pssch: int, offset_pssch: int, offset_pscch: int, segment=Segment.Default) → None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RBALlocation:SIDelink

Snippet: driver.configure.multiEval.listPy.segment.rbAllocation.sidelink.set(auto = False, no_rb_pssch = 1, offset_pssch = 1, offset_pscch = 1, segment = repcap.Segment.Default)

Defines the sidelink resource block allocation manually for segment <no>. By default, the RB allocation is detected automatically. Most allowed input ranges depend on other settings, see ‘Sidelink resource block allocation’.

param auto:

OFF | ON OFF: manual definition via the other settings ON: automatic detection of RB allocation

param no_rb_pssch:

integer Number of allocated RBs for the PSSCH in each measured slot

param offset_pssch:

integer Offset of the first allocated PSSCH resource block

param offset_pscch:

integer Offset of the first allocated PSCCH resource block

param segment:

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

Previous Next

© Copyright © Rohde & Schwarz 2025.

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