Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface FullShortCalibrationValues

    Contains the calibrations for the full range short calibration.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("B27A198E-5387-4B0E-9672-8E8D03764202")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface FullShortCalibrationValues

    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