Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface ImpedanceUserCalibrationValues

    Contains the calibration values for the impedance calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("97B1E621-5CEB-49B4-B863-95AB58363F2F")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface ImpedanceUserCalibrationValues

    Properties

    Load

    Gets the calibration values for the load calibration.

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

    The load calibration values.

    Open

    Gets the calibration values for the open calibration.

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

    The open calibration values.

    Short

    Gets the calibration values for the short calibration.

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

    The short calibration values.

    In this article
    Back to top Generated by DocFX