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


Glossary Item Box

Gets or sets the LTE MBSFN subframe allocation in four frames.

Syntax

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

Property Value

Default value is 0

Remarks

This value is the long format representation of 24 bits binary values, which is a bit-map indicating MBSFN subframe allocation in four consecutive radio frames, "1" denotes that the corresponding subframe is allocated for Mbsfn.The bitmap is interpreted as follows: FDD: Starting from the first radio frame and from the first/leftmost bit in the bitmap, the allocation applies to subframes #1, #2, #3, #6, #7, and #8 in the sequence of the four radio-frames. TDD: Starting from the first radio frame and from the first/leftmost bit in the bitmap, the allocation applies to subframes #3, #4, #7, #8, and #9 in the sequence of the four radio-frames. The last four bits are not used. E-UTRAN allocates uplink subframes only if eimta-MainConfig is configured.

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