Interface FResQResult
Holds all relevant results for the fResQ calculation.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.ResultProcessors
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
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 |
---|---|
System.Double |
QFactor
Gets the q factor (0 if none found).
Declaration
double QFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
ResonanceFrequency
Gets the resonance frequency (0 if none found).
Declaration
double ResonanceFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double |