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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetSubsegmentContextIds() As Collection(Of Integer)
C# 
public virtual Collection<int> GetSubsegmentContextIds()
C++/CLI 
public:
virtual Collection<int>^ GetSubsegmentContextIds(); 

Return Value

A collection of context IDs.

Remarks

The collection will be empty if there are no subsegments in the trace data. Each context ID associates with the GetSubsegmentLabels 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