public abstract class FreqPort : IFreqPort
Public MustInherit Class FreqPort
Implements IFreqPort
public ref class FreqPort abstract : IFreqPort
[<AbstractClassAttribute>]
type FreqPort =
class
interface IFreqPort
end
FreqPort | Initializes a new instance of the FreqPort class |
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 |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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 |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(IFreqPort) | Initialize |
Init(Double[], VnaPortDescription[]) | Initialize |
Init(Double[], Int32[]) | Initialize |
Init(Int32, Int32) | Initialize |
MemberwiseClone | Creates 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 |
ToString | Returns a string that represents the current object. (Inherited from Object) |