Keysight 89600 VSA .NET API
PatternRepeatEnabled Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > Allocation Class : PatternRepeatEnabled Property


Glossary Item Box

Gets or sets a value indicating whether to use a custom repeating pattern to indicate the symbols that belong to this allocation.

Syntax

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

Remarks

Length and StartSymbolIndex determine which symbols possibly belong to this allocation. When PatternRepeatEnabled = false, all possible symbols belong to this allocation. When PatternRepeatEnabled = true, SetActiveIndexes and RepetitionInterval determine the symbols that belong to this allocation.

Example:

The resulting allocated symbols (offsets from frame start) would be [3,4,7,8]. If PatternRepeatEnabled were set to false, the allocated symbols would be [2,3,4,5,6,7,8,9].

Requirements

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

See Also