Keysight Pathwave 89600 VSA .NET API
RemezRipple Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MulticarrierFilter Class : RemezRipple Property


Glossary Item Box

Gets or sets the peak-to-peak pass-band ripple of the multi-carrier filter, in dB.

Syntax

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

Property Value

The default value is 0.1. The maximum value is 20, and the minimum is 0.

Remarks

This is used only when Selection is set to MulticarrierFilterSelection.Remez.

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 21.00

See Also