Click or drag to resize
Grid Solutions Framework

PhasorValuePrimaryValueTarget Field

Gets or sets the primary target for the phasor value.

Namespace: GrafanaAdapters.DataSourceValueTypes.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public PhasorValueTarget PrimaryValueTarget
View Source

Field Value

PhasorValueTarget
Remarks
This property is used to determine which value field of the phasor value to use when using the data source as an IDataSourceValueTypeT. This is useful in default function computations that do not need to operate on both the magnitude and angle values of the phasor value struct. For example, see MinimumT and MaximumT functions that only operate on magnitudes. Primary target value defaults to Magnitude but can be overridden to Angle if the function only needs to operate on the angle values. See WrapAngleT for example of using only angle values.
See Also