Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface Shaping

    Shaping Interface.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Shaping
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("273E6789-4BD8-454E-B8D5-1CEC932CA897")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface Shaping

    Properties

    AttenuatorShaping

    Gets the attenuator shaping.

    Declaration
    AttenuatorShaping AttenuatorShaping { get; }
    Property Value
    Type Description
    AttenuatorShaping

    BandwidthShaping

    Gets the bandwidth shaping.

    Declaration
    BandwidthShaping BandwidthShaping { get; }
    Property Value
    Type Description
    BandwidthShaping

    SourceShaping

    Gets the source shaping.

    Declaration
    SourceShaping SourceShaping { get; }
    Property Value
    Type Description
    SourceShaping
    In this article
    Back to top Generated by DocFX