Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface FResQResult

    Holds all relevant results for the fResQ calculation.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.ResultProcessors
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [ComVisible(true)]
    [Guid("AF4498B7-6324-4FEA-BEAD-6D8734DDC2A9")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    public interface FResQResult

    Properties

    Bandwidth

    Gets the bandwidth (0 if none found).

    Declaration
    double Bandwidth { get; }
    Property Value
    Type Description
    double

    QFactor

    Gets the q factor (0 if none found).

    Declaration
    double QFactor { get; }
    Property Value
    Type Description
    double

    ResonanceFrequency

    Gets the resonance frequency (0 if none found).

    Declaration
    double ResonanceFrequency { get; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX