Keysight Pathwave 89600 VSA .NET API
MiniSlotAllocation Property
See Also 
Agilent.SA.Vsa.DocsisUpstream.Interfaces Assembly > Agilent.SA.Vsa.DocsisUpstream Namespace > MeasurementExtension Class : MiniSlotAllocation Property


Glossary Item Box

Gets or sets the min-slot allocation vector.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property MiniSlotAllocation As Integer()
C# 
public abstract int[] MiniSlotAllocation {get; set;}
C++/CLI 
public:
abstract property array<int>^ MiniSlotAllocation {
   array<int>^ get();
   void set (    array<int>^ value);
}

Requirements

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

See Also