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


Glossary Item Box

Gets or sets a value indicating the time gap of this physical channel.

Syntax

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

Property Value

The default value is S1.

Remarks

According to TS38.331, this field specifies the offset in units of slots between two repeated instances of a DL-PRS Resource corresponding to the same DL-PRS Resource ID within a single instance of the DL-PRS Resource Set. The time duration spanned by one DL-PRS Resource Set containing repeated DL-PRS Resources should not exceed the periodicity configured by periodicityAndOffset.

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 29.40

See Also