Keysight Pathwave 89600 VSA .NET API
MbsfnSubframeIndexes Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > LteCrsRateMatchPattern Class : MbsfnSubframeIndexes Property


Glossary Item Box

Gets or sets the LTE MBSFN subframe indexes (zero-based).

Syntax

Visual Basic (Declaration) 
Public MustOverride Property MbsfnSubframeIndexes As Long
C# 
public abstract long MbsfnSubframeIndexes {get; set;}
C++/CLI 
public:
abstract property int64 MbsfnSubframeIndexes {
   int64 get();
   void set (    int64 value);
}

Property Value

Each bit within this value represents an MBSFN subframe index. If '1' the index is considered active. Default value is 0, it means no MBSFN Subframe is configured.

Remarks

If one subframe is LTE MBSFN subframe, and the is true, NR PDSCH needs to rate match around the LTE CRS in the non-Mbsfn region in the subframe

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also