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


Glossary Item Box

Gets the collection of context IDs to filter out when rendering the trace data.

Syntax

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

Return Value

A collection of context IDs.

Remarks

By default, the collection is empty and no context IDs are filtered out when rendering. Any context ID in GetSubsegmentContextIds matching a context ID in the GetFilteredSubsegmentContextIds, will be filtered out when rendering the trace 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 23.20

See Also