FreqPort Class

Abstract Class Frequency and Ports

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public abstract class FreqPort : IFreqPort
Inheritance
Object    FreqPort
Derived
Implements
IFreqPort

Constructors

FreqPortInitializes a new instance of the FreqPort class

Properties

AreAllPortIndicesZero Are all port indices zero?
AreAllPortsSingleEnded Are all ports single-ended?
ArePortIndicesUsed Are port indices used?
Frequency Frequency / Hz
Is1Port Is a 1 Port?
Is2Port Is a 2 Port?
IsCWTime Is CW time?
IsMixedMode Is mixed-mode?
NFreq Number of frequency points
NPorts Number of ports
Ports Port assignment

Methods

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)
FindPortIndex Finds port index
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init(IFreqPort) Initialize
Init(Double[], VnaPortDescription[]) Initialize
Init(Double[], Int32[]) Initialize
Init(Int32, Int32) Initialize
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PostInit Post initialize
PreInit Pre initialize
SameFrequencyPoints(Double[], Boolean) Same frequency points
SameFrequencyPoints(IFreqPort, Boolean) Same frequency points
SameNumberOfFrequencyPoints(Double[], Boolean) Same number of frequency points
SameNumberOfFrequencyPoints(IFreqPort, Boolean) Same number of frequency points
SameNumberOfPorts(IFreqPort, Boolean) Same number of ports
SameNumberOfPorts(VnaPortDescription[], Boolean) Same number of ports
SamePortModes(IFreqPort, Boolean) Same port modes
SamePortModes(VnaPortDescription[], Boolean) Same port modes
SamePorts(IFreqPort, Boolean) Same ports
SamePorts(VnaPortDescription[], Boolean) Same ports
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also