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


Glossary Item Box

Gets or sets the subframe interval (relative to analysis start boundary and SubframeOffset).

Syntax

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

Property Value

The default value is zero. The minimum value is 0 and the maximum is ResultLength.

Remarks

Valid selections will depend on the Result Length, and the Synchronization Type. This measurement assumes the radio frame start corresponds to a subframe offset of zero.

Requirements

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

See Also