Keysight Pathwave 89600 VSA .NET API
SetPeriodicityPatternBitmap Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > PdschRateMatchPattern Class : SetPeriodicityPatternBitmap Method


bitmap
The new periodicity pattern bitmap to use

Glossary Item Box

Sets the periodicity pattern bitmap

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetPeriodicityPatternBitmap( _
   ByVal bitmap As BitArray _
) 
C# 
public abstract void SetPeriodicityPatternBitmap( 
   BitArray bitmap
)
C++/CLI 
public:
abstract void SetPeriodicityPatternBitmap( 
   BitArray^ bitmap
) 

Parameters

bitmap
The new periodicity pattern bitmap to use

Remarks

Together with resource block bitmap and symbol bitmap, periodicity pattern bitmap defines the rate match pattern. Periodicity pattern bitmap defines the repetition pattern with which the pattern defined by the symbol bitmap and resource bitmap pair occurs. The length of this bitmap is determined by the Periodicity.

Requirements

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

See Also