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
          • ListPy
            • Lrange
            • Segment<Segment>
              • Aclr
              • CarrierAggregation
              • Cc<CarrierComponent>
              • Cidx
              • Emtc
              • Modulation
              • PlcId
              • Pmonitor
              • Power
              • RbAllocation
              • Scc<SecondaryCC>
              • SeMask
              • Setup
              • SingleCmw
              • Tdd
            • SingleCmw
          • 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
  • 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: manual definition via the other settings ON: automatic detection of RB allocation

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

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

  • 4 Offset_Pscch: int: 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.lteMeas.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.lteMeas.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: manual definition via the other settings ON: automatic detection of RB allocation

param no_rb_pssch:

Number of allocated RBs for the PSSCH in each measured slot

param offset_pssch:

Offset of the first allocated PSSCH resource block

param offset_pscch:

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 2023.

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