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.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)