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


Glossary Item Box

Gets the number of segments in the time-segmented data.

Syntax

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

Remarks

Only applies to time-segmented data. Segment numbering does not affect this count (e.g. if the trace shows Segments 5 - 7, the segment count is 3).

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 20.0

See Also