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


Glossary Item Box

Gets or sets the demod reference filter.

Syntax

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

Remarks

Determine the type of digital demodulation reference filter to apply. Details about digital demodulation filtering are available in the Digital Demod "About Filtering" topic in the VSA Application help.

Requirements

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

See Also