Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface MultiModeUserCalibrationValues

    Contains the calibration values for the impedance calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("9ADC658B-F7D4-4CB1-827C-0F8ED49FE2E3")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface MultiModeUserCalibrationValues

    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.

    Thru

    Gets the calibration values for the Thru calibration.

    Declaration
    UserThruCalibrationValues Thru { get; }
    Property Value
    Type Description
    UserThruCalibrationValues

    The thru calibration values.

    In this article
    Back to top Generated by DocFX