Help Icon
Search Results for

    Show / Hide Table of Contents

    Enum Attenuator

    Defines the attenuation of an input level.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    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
    [Display(Name = "0 dB")] dB0 = 0

    The input signal is not attenuated.

    [Display(Name = "10 dB")] dB10 = -10

    The input signal is attenuated by 10dB.

    [Display(Name = "20 dB")] dB20 = -20

    The input signal is attenuated by 20dB.

    [Display(Name = "30 dB")] dB30 = -30

    The input signal is attenuated by 30dB.

    [Display(Name = "40 dB")] dB40 = -40

    The input signal is attenuated by 40dB.

    In this article
    Back to top Generated by DocFX