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


segmentIndex
zero-based offset relative to the first segment in the time data

Glossary Item Box

Gets the start X for the specified time segment.

Syntax

Visual Basic (Declaration) 
Public Overridable Function SegmentXStart( _
   ByVal segmentIndex As Integer _
) As Double
C# 
public virtual double SegmentXStart( 
   int segmentIndex
)
C++/CLI 
public:
virtual double SegmentXStart( 
   int segmentIndex
) 

Parameters

segmentIndex
zero-based offset relative to the first segment in the time data

Return Value

start time in seconds of the specified segment

Remarks

Only applies to time-segmented data.

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