Click or drag to resize

IPhasorValue Interface

Represents a protocol independent interface representation of a phasor value.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
View Source

The IPhasorValue type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets or sets the Angle value (a.k.a., the argument) of this IPhasorValue, in radians.
Public propertyAngleFormat Gets the AngleFormat of this IPhasorValue.
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyCompositeValueCount Gets total number of composite values that this IChannelValueT provides.
(Inherited from IChannelValueT)
Public propertyCoordinateFormat Gets the CoordinateFormat of this IPhasorValue.
Public propertyDataFormat Gets the DataFormat of this IChannelValueT typically derived from DataFormat.
(Inherited from IChannelValueT)
Public propertyDefinition Gets the IChannelDefinition associated with this IChannelValueT.
(Inherited from IChannelValueT)
Public propertyImaginary Gets or sets the imaginary floating point value of this IPhasorValue.
Public propertyIsEmpty Gets boolean value that determines if none of the composite values of IChannelValueT have been assigned a value.
(Inherited from IChannelValueT)
Public propertyLabel Gets text based label of this IChannelValueT typically derived from Label.
(Inherited from IChannelValueT)
Public propertyMagnitude Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this IPhasorValue.
Public propertyMeasurements Gets the composite values of this IChannelValueT as an array of IMeasurement values.
(Inherited from IChannelValueT)
Public propertyParent Gets the IDataCell parent of this IChannelValueT.
(Inherited from IChannelValueT)
Public propertyPhasor Gets Phasor value from this IPhasorValue.
Public propertyReal Gets or sets the real floating point value of this IPhasorValue.
Public propertyState Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel)
Public propertyTag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Public propertyType Gets the PhasorType of this IPhasorValue.
Public propertyUnscaledImaginary Gets or sets the unscaled integer representation of the imaginary value of this IPhasorValue.
Public propertyUnscaledReal Gets or sets the unscaled integer representation of the real value of this IPhasorValue.
Top
Methods
 NameDescription
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodGetCompositeValue Gets the specified composite value of this IChannelValueT.
(Inherited from IChannelValueT)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also