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


filterType
Specifies the type of filtering to apply.
filterValues
Specifies the values to filter out of the drawing. Any values not found in the filterValues will remain enabled in the drawing.

Glossary Item Box

Applies filtering when rendering the trace data, based on the filter type and values provided.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ApplyDrawFiltering( _
   ByVal filterType As TraceFilterType, _
   ByVal filterValues() As Integer _
) 
C# 
public virtual void ApplyDrawFiltering( 
   TraceFilterType filterType,
   int[] filterValues
)
C++/CLI 
public:
virtual void ApplyDrawFiltering( 
   TraceFilterType filterType,
   array<int>^ filterValues
) 

Parameters

filterType
Specifies the type of filtering to apply.
filterValues
Specifies the values to filter out of the drawing. Any values not found in the filterValues will remain enabled in the drawing.

Remarks

Note: When applying filters, previously applied filters are not removed unless the appropriate call to ApplyDrawFiltering is made with one of the clear types from TraceFilterType.

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