Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface ImpedanceFullCalibrationValues

    Contains the calibration values for the impedance calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("7C9FA1AB-C591-432D-B556-278BAB4144EB")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface ImpedanceFullCalibrationValues

    Properties

    Load

    Gets the calibration values for the load calibration.

    Declaration
    FullLoadCalibrationValues Load { get; }
    Property Value
    Type Description
    FullLoadCalibrationValues

    The load calibration values.

    Open

    Gets the calibration values for the open calibration.

    Declaration
    FullOpenCalibrationValues Open { get; }
    Property Value
    Type Description
    FullOpenCalibrationValues

    The open calibration values.

    Short

    Gets the calibration values for the short calibration.

    Declaration
    FullShortCalibrationValues Short { get; }
    Property Value
    Type Description
    FullShortCalibrationValues

    The short calibration values.

    In this article
    Back to top Generated by DocFX