Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface UserShortCalibrationValues

    Contains the calibrations for the user range short calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("DC150779-2DA3-4604-BFDF-90DB29DF82B2")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface UserShortCalibrationValues

    Properties

    AF

    Gets the calibration values for the audio frequency range.

    Declaration
    Complex[] AF { get; }
    Property Value
    Type Description
    Complex[]

    RF

    Gets the calibration values for the radio frequency range.

    Declaration
    Complex[] RF { get; }
    Property Value
    Type Description
    Complex[]
    In this article
    Back to top Generated by DocFX