Keysight Pathwave 89600 VSA .NET API
Attenuation Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Switch Class : Attenuation Property


Glossary Item Box

Gets or sets the attenuation value (in dB) for the Switch. The same value is used for all signal paths.

Syntax

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

Requirements

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

See Also