VnaDevice Class

VNA Device

Definition

Namespace: Metas.Vna.Database.VnaDevices
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
[SerializableAttribute]
public class VnaDevice : DatabaseItem, IVnaDevice, 
	IDatabaseItem
Inheritance
Object    DatabaseItem    VnaDevice
Implements
IDatabaseItem, IVnaDevice

Constructors

VnaDeviceInitializes a new instance of the VnaDevice class

Properties

Comments Comments
Drift Electrical Specifications Drift
Driver Driver
Identification Identification
(Inherited from DatabaseItem)
IdNumber Id Number
(Inherited from DatabaseItem)
Linearity Electrical Specifications Linearity
LinearityPowerLevels Electrical Specifications Linearity Power Levels / dB
Noise Electrical Specifications Noise
NoiseObsolete Electrical Specifications Noise (Obsolete)
NoisePerPort Electrical Specifications Noise Per Port
NTestPorts Number of Test Ports
Resource Resource
SpecAverageFactor Average Factor for Electrical Specifications
SpecIFBandwidth IF Bandwidth / Hz for Electrical Specifications
SpecPower Power / dBm for Electrical Specifications
UnknownErrorTerms Electrical Specifications Unknown Error Terms
Zr Reference Impedance

Methods

CharacterizeNoise(Double, Int32, Double, Double, BackgroundWorker, DoWorkEventArgs) Characterize Noise
CharacterizeNoise(Double, Int32, Int32, Double, Double, Boolean, BackgroundWorker, DoWorkEventArgs) Characterize Noise
CharacterizeNoise(Double, Int32, Int32, Double, Double, Boolean, Int32, Int32, String, Boolean, BackgroundWorker, DoWorkEventArgs) Characterize Noise
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDriftSpecAtFrequency Gets Drift Electrical Specifications at Frequency Point
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLinearitySpecAtFrequency Gets Linearity Electrical Specifications at Frequency Point
GetNoiseSpecAtFrequency Gets Noise Electrical Specifications at Frequency Point
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUnknownErrorTermsSpecAtFrequency Gets Unknown Error Terms Electrical Specifications at Frequency Point
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OpenDevice Opens Device
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also