VnaPortDescription Structure

VNA Port Description

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public struct VnaPortDescription : IXmlSerializable, 
	IComparable<VnaPortDescription>, IEquatable<VnaPortDescription>
Inheritance
Object    ValueType    VnaPortDescription
Implements
IComparableVnaPortDescription, IEquatableVnaPortDescription, IXmlSerializable

Constructors

Properties

IsIndexZero Is Index Zero?
IsSingleEnded Is Single-Ended?

Methods

AreAllPortIndicesZero Are All Port Indices Zero?
AreAllPortsSingleEnded Are All Ports Single-Ended?
BinarySetDataFrom Set object data from Binary Reader.
BinaryWriteDataTo Write object data to Binary Writer.
CompareTo Compare To
Convert(Int32) Convert Ports to VNA Port Descriptions
Convert(String) Convert Ports to VNA Port Descriptions
Convert(String) Convert Ports to VNA Port Descriptions
Convert(VnaPortDescription) Convert VNA Port Descriptions to Ports
Equals(Object) Equals
(Overrides ValueTypeEquals(Object))
Equals(VnaPortDescription) Equals
GetHashCode Get Hash Code
(Overrides ValueTypeGetHashCode)
GetSchema Gets Schema
GetTypeGets the Type of the current instance.
(Inherited from Object)
ReadXml Reads XML
ToByte To Byte
ToString To String
(Overrides ValueTypeToString)
ToString(Boolean) To String
ToString(String) To String
WriteXml Writes XML

Operators

Fields

Index Index
Mode Mode
Port Port
RegExPattern Regular Expression Pattern

See Also