Click or drag to resize

EISDatapoint Class

Defines an EIS datapoint, mainly defined by a frequency and an impedance value.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonEISDatapoint

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class EISDatapoint : IXmlSerializable

The EISDatapoint type exposes the following members.

Constructors
 NameDescription
Public methodEISDatapointObsolete.
Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(EISValue) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Double, Complex) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(EISValue, Boolean) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Double, Complex, Boolean) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Double, Double, Double) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Double, Double, Double, Boolean) Initializes a new instance of the EISDatapoint class.
Top
Properties
 NameDescription
Public propertyActive Gets or sets a value indicating whether the value is active.
Public propertyImpedance Gets or sets the impedance value of the datapoint.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodIsActive(Limits) Checks if the point is active based on the Active property and the frequency limits.
Public methodIsActive(Double, Double) Checks if the point is active based on the Active property and the frequency limits.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(EISDatapoint, EISDatapoint) Checks if the two objects have equal values.
Public operatorStatic memberInequality(EISDatapoint, EISDatapoint) Checks if the two objects have unequal values.
Top
See Also