Click or drag to resize
Grid Solutions Framework

PhasorValue Structure

Represents an individual time-series phasor value from a data source.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GrafanaAdapters.DataSourceValueTypes.BuiltInPhasorValue

Namespace: GrafanaAdapters.DataSourceValueTypes.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public struct PhasorValue : IDataSourceValueType<PhasorValue>, 
	IDataSourceValueType, IComparable<PhasorValue>, IEquatable<PhasorValue>
View Source

The PhasorValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAngleAsTarget Update phasor value primary target to operate on angle values.
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodEquals(PhasorValue)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLookupMetadata Looks up metadata record for the specified target.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodTransposeCompute Executes provided function for data source fields, applying the results to a copy of the data source value type and returns the new result.
Top
Fields
 NameDescription
Public fieldAngle Queried angle value.
Public fieldAngleTarget Query angle target, e.g., point-tag for the angle measurement.
Public fieldFlags Flags for queried value.
Public fieldMagnitude Queried magnitude value.
Public fieldMagnitudeTarget Query magnitude target, i.e., point-tag for the magnitude measurement.
Public fieldStatic memberMetadataTableName Defines the primary metadata table name for a PhasorValue.
Public fieldPrimaryValueTarget Gets or sets the primary target for the phasor value.
Public fieldTarget Query target, i.e., a point-tag representing the phasor.
Public fieldTime Timestamp, in Unix epoch milliseconds, of queried value.
Public fieldStatic memberTypeIndex Gets the type index for PhasorValue.
Top
See Also