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


Glossary Item Box

Gets or sets the LTE MBSFN subframe allocation in one frame.

Syntax

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

Property Value

This value ranges from 0 to 0x3F, the default value is 0

Remarks

This value is the long format representation of 6 bits binary values, which is a bit-map indicating MBSFN subframe allocation in one frame. "1" denotes that the corresponding subframe is allocated for Mbsfn.The following mapping applies: FDD: The first/leftmost bit defines the MBSFN allocation for subframe #1, the second bit for #2, third bit for #3, fourth bit for #6, fifth bit for #7, sixth bit for #8. TDD: The first/leftmost bit defines the allocation for subframe #3, the second bit for #4, third bit for #7, fourth bit for #8, fifth bit for #9. E-UTRAN allocates uplink subframes only if eimta-MainConfig is configured. The last bit is not used.

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