Represents the common implementation of the protocol independent representation of a phasor value.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class PhasorValueBase : ChannelValueBase<IPhasorDefinition>, IPhasorValue, IChannelValue<IPhasorDefinition>, IChannel, ISupportBinaryImage, ISerializable
<SerializableAttribute> _ Public MustInherit Class PhasorValueBase _ Inherits ChannelValueBase(Of IPhasorDefinition) _ Implements IPhasorValue, IChannelValue(Of IPhasorDefinition), _ IChannel, ISupportBinaryImage, ISerializable
[SerializableAttribute] public ref class PhasorValueBase abstract : public ChannelValueBase<IPhasorDefinition^>, IPhasorValue, IChannelValue<IPhasorDefinition^>, IChannel, ISupportBinaryImage, ISerializable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PhasorValueBase(IDataCell, IPhasorDefinition) |
Creates a new PhasorValueBase.
| |
| PhasorValueBase(IDataCell, IPhasorDefinition, Double, Double) |
Creates a new PhasorValueBase from specified parameters.
| |
| PhasorValueBase(IDataCell, IPhasorDefinition, Angle, Double) |
Creates a new PhasorValueBase from specified parameters.
| |
| PhasorValueBase(SerializationInfo, StreamingContext) |
Creates a new PhasorValueBase from serialization parameters.
| |
| Angle |
Gets or sets the Angle value (a.k.a., the argument) of this PhasorValueBase, in radians.
| |
| Attributes |
Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this PhasorValueBase object.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.Attributes.) | |
| AverageAngleValueFilter(IEnumerable<(Of <<'(IMeasurement>)>>)) |
Calculates an average of the specified sequence of IMeasurement phase angle values.
| |
| BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
| BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
| BodyImage |
Gets the binary body image of the PhasorValueBase object.
(Overrides BinaryImageBase.BodyImage()()()().) | |
| BodyLength |
Gets the length of the BodyImage.
(Overrides BinaryImageBase.BodyLength()()()().) | |
| CalculatePower(IPhasorValue, IPhasorValue) |
Calculates watts from imaginary and real components of a voltage and current phasor.
| |
| CalculateVars(IPhasorValue, IPhasorValue) |
Calculates vars (total volt-amperes of reactive power) from imaginary and real components of a voltage and current phasor.
| |
| CompositeValueCount |
Gets total number of composite values that this PhasorValueBase provides.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.CompositeValueCount.) | |
| CoordinateFormat |
Gets the CoordinateFormat of this PhasorValueBase.
| |
| CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
| DataFormat |
Gets the DataFormat of this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
| Definition |
Gets or sets the IChannelDefinition associated with this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FooterImage()()()() | (Inherited from BinaryImageBase.) | |
| FooterLength()()()() | (Inherited from BinaryImageBase.) | |
| GetCompositeValue(Int32) |
Gets the specified composite value of this PhasorValueBase.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.GetCompositeValue(Int32).) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetMeasurementValueFilterFunction(Int32) |
Gets function used to apply a downsampling filter over a sequence of IMeasurement values.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.GetMeasurementValueFilterFunction(Int32).) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
| HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
| Imaginary |
Gets or sets the imaginary value of this PhasorValueBase.
| |
| Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| IsEmpty |
Gets boolean value that determines if none of the composite values of PhasorValueBase have been assigned a value.
(Overrides ChannelValueBase<(Of <(<'IPhasorDefinition>)>)>.IsEmpty.) | |
| Label |
Gets text based label of this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
| Magnitude |
Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this PhasorValueBase.
| |
| Measurements |
Gets the composite values of this ChannelValueBase<(Of <(<'T>)>)> as an array of IMeasurement values.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parent |
Gets or sets the IDataCell parent of this ChannelValueBase<(Of <(<'T>)>)>.
(Inherited from ChannelValueBase<(Of <(<'T>)>)>.) | |
| ParseBodyImage(array<Byte>[]()[][], Int32, Int32) |
Parses the binary body image.
(Overrides BinaryImageBase.ParseBodyImage(array<Byte>[]()[][], Int32, Int32).) | |
| ParseFooterImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| ParseHeaderImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| Real |
Gets or sets the real value of this PhasorValueBase.
| |
| State |
Gets or sets the parsing state for this ChannelBase object.
(Inherited from ChannelBase.) | |
| Tag |
Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase.) | |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Gets the PhasorType of this PhasorValueBase.
| |
| UnscaledImaginary |
Gets or sets the unscaled integer representation of the imaginary value of this PhasorValueBase.
| |
| UnscaledReal |
Gets or sets the unscaled integer representation of the real value of this PhasorValueBase.
|
| Object | |||||
| BinaryImageBase | |||||
| ChannelBase | |||||
| ChannelValueBase<(Of <(<'IPhasorDefinition>)>)> | |||||
| PhasorValueBase | |||||
| PhasorValue | |||||
| PhasorValue | |||||
| PhasorValue | |||||
| PhasorValue | |||||
| PhasorValue | |||||
| PhasorValue | |||||