Keysight Pathwave 89600 VSA .NET API
MeasurementFilter Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : MeasurementFilter Property


Glossary Item Box

Gets or sets the filter applied to the received signal before analysis.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property MeasurementFilter As FilterType
C# 
public abstract FilterType MeasurementFilter {get; set;}
C++/CLI 
public:
abstract property FilterType MeasurementFilter {
   FilterType get();
   void set (    FilterType value);
}

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also