Keysight Pathwave 89600 VSA .NET API
ReceiveFilter Property
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace > MeasurementExtension Class : ReceiveFilter Property


Glossary Item Box

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

Syntax

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

Requirements

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

See Also