Keysight Pathwave 89600 VSA .NET API
RateMatchPatternPeriodicity Enumeration
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace : RateMatchPatternPeriodicity Enumeration


Glossary Item Box

Enum value indicating a time domain repetition pattern at which the pattern defined by symbols in resourceBlock and resource blocks recurs.

Syntax

Visual Basic (Declaration) 
Public Enum RateMatchPatternPeriodicity 
   Inherits System.Enum
C# 
public enum RateMatchPatternPeriodicity : System.Enum 
C++/CLI 
public enum class RateMatchPatternPeriodicity : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
EightThe size of periodicity pattern bitmap is 8 (N8).
FiveThe size of periodicity pattern bitmap is 5 (N5).
FortyThe size of periodicity pattern bitmap is 40 (N40).
FourThe size of periodicity pattern bitmap is 4 (N4).
OneThe size of periodicity pattern bitmap is 1 (N1). This means the symbols in resource block recurs every 14 symbols.
TenThe size of periodicity pattern bitmap is 10 (N10).
TwentyThe size of periodicity pattern bitmap is 20 (N20).
TwoThe size of periodicity pattern bitmap is 2 (N2).
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 26.00

See Also