Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface FullThruCalibrationValues

    Contains the calibrations for the full range thru calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("8CEA5D38-4BF7-4F2A-B1F4-6D6C48DA7340")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface FullThruCalibrationValues

    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