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


Glossary Item Box

Gets the collection of subsegment labels that each point can possibly be associated with.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetSubsegmentLabels() As Collection(Of String)
C# 
public virtual Collection<string> GetSubsegmentLabels()
C++/CLI 
public:
virtual Collection<String^>^ GetSubsegmentLabels(); 

Return Value

A collection of subsegment labels.

Remarks

The collection will be empty if there are no subsegments in the trace data. Each label associates with the GetSubsegmentContextIds found at the matching indexes.

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 23.20

See Also