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


Glossary Item Box

Gets or sets the value indicating the half frame index the SSB block starts with when the SSB block period is not 5 milliseconds.

Syntax

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

Remarks

The value can be 0 or 1. when it is 0, SSB block starts from the first half frame boundary, and if it is 1, the SSB block starts from the second half frame boundary.

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 26.00

See Also