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


Glossary Item Box

Gets or sets a value indicating whether to enable the auto detection of mini-slot allocation

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsAutoDetectMiniSlotAllocation As Boolean
C# 
public abstract bool IsAutoDetectMiniSlotAllocation {get; set;}
C++/CLI 
public:
abstract property bool IsAutoDetectMiniSlotAllocation {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.

Remarks

If false, all the mini-slot allocation will require manual setup. If true, we assume that a single pilot pattern and bit loading applies to all the mini-slots, and we auto detect the active mini-slot location and its pilot pattern and bit loading.

Requirements

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

See Also