Help Icon
Search Results for

    Show / Hide Table of Contents

    Enum MeasurementTypes

    The type of a measurement.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Flags]
    [ComVisible(true)]
    [Guid("8A5D9E09-075D-4D7B-9D23-E826E3F77C88")]
    public enum MeasurementTypes

    Fields

    Name Description
    Admittance = 8

    The admittance measurement.

    All = GainPhase | ImpedanceBased

    All types.

    GainPhase = 1

    The gain phase measurement.

    Impedance = 2

    The impedance measurement.

    ImpedanceBased = Impedance | Reflection | Admittance

    The impedance based types.

    None = 0

    No measurement at all.

    Reflection = 4

    The reflection measurement.

    In this article
    Back to top Generated by DocFX