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


Glossary Item Box

Gets or sets the subframe offset (relative to analysis start boundary).

Syntax

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

Property Value

The default value is zero. The minimum value is 0 subframe and the maximum must be less than ResultLength.

Remarks

Valid selections will depend on the Result Length, and the Synchronization Type.

Requirements

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

See Also