Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface Attenuation

    Attenuator Shaping Settings.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("4860CDAE-8E29-43FF-A5C6-F3CDA7808C24")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface Attenuation

    Properties

    Channel1

    Gets or sets the Channel 1 attenuation.

    Declaration
    Attenuator Channel1 { get; set; }
    Property Value
    Type Description
    Attenuator

    The Channel 1.

    Channel2

    Gets or sets the Channel 2 attenuation.

    Declaration
    Attenuator Channel2 { get; set; }
    Property Value
    Type Description
    Attenuator

    The Channel 2.

    In this article
    Back to top Generated by DocFX