Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface UserOpenCalibrationValues

    Contains the calibrations for the user range open calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("D4864B66-8A4A-42C4-8980-6BAFE9A6D058")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface UserOpenCalibrationValues

    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