Keysight Pathwave 89600 VSA .NET API
Periodicity Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > SSBlock Class : Periodicity Property


Glossary Item Box

Gets or sets a value indicating the SS/PBCH resource allocation periodicity.

Syntax

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

Property Value

Default value is Periodicity.Period5Milliseconds.

Remarks

Periodicity refers to how often an SS/PBCH resource allocation occurs in a signal transmission. NOTE: This value may impact the required acquisition length for a measurement, as SS/PBCH physical channels are only guaranteed to occur based upon the periodicity specified. For instance, if Periodicity.Period40Milliseconds is specified, 40 milliseconds (plus extra for alignment searching and ResultLength) of acquired data may be required for a successful measurement of physical channels within the SS/PBCH resource allocation.

Requirements

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

See Also