Enum Attenuator
Defines the attenuation of an input level.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("58AB3609-C412-4986-86D0-218572EC2EBB")]
[ComVisible(true)]
public enum Attenuator
Remarks
For programming languages NOT supporting enumerations also positive values are allowed (e.g. the values 20 and -20 are both resulting in an attenuation of 20 dB).
Fields
Name | Description |
---|---|
dB0 = 0 | The input signal is not attenuated. |
dB10 = -10 | The input signal is attenuated by 10dB. |
dB20 = -20 | The input signal is attenuated by 20dB. |
dB30 = -30 | The input signal is attenuated by 30dB. |
dB40 = -40 | The input signal is attenuated by 40dB. |