Keysight Pathwave 89600 VSA .NET API
SelectedSegment Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Time Class : SelectedSegment Property


Glossary Item Box

Gets or sets the selected segment to analyze.

Syntax

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

Property Value

This value is zero-based. The minimum value is 0. The maximum is SegmentCount - 1. The default value is 0.

Remarks

This value is ignored unless IsSegmentedCapture is true.

Many 89600 measurements have no knowledge of segmented capture and are not able to directly analyze segmented data. For example, a spectrum measurement can't handle segmented data because the discontinuities between segments will cause the spectrum to be invalid. For these measurements, one segment, specified by SelectedSegment, is extracted from the segmented data and sent to the measurement.

For measurements which can directly analyze segmented capture data, such as the Pulse analysis measurement, this SelectedSegment property is ignored.

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 19.00

See Also