Keysight Pathwave 89600 VSA .NET API
FrameIndex Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > AllocationBase Class : FrameIndex Property


Glossary Item Box

Gets or sets the frame index for the allocation/channel.

Syntax

Visual Basic (Declaration) 
Public Property FrameIndex As FrameNumberType
C# 
public FrameNumberType FrameIndex {get; set;}
C++/CLI 
public:
property FrameNumberType FrameIndex {
   FrameNumberType get();
   void set (    FrameNumberType value);
}

Property Value

The default value is FrameNumberType.Frame0.

Remarks

This property is valid only for TDD Downlink allocations.

Requirements

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

See Also