Click or drag to resize
Grid Solutions Framework

PhasorValueTarget Enumeration

Defines a default target for a phasor value.

Namespace: GrafanaAdapters.DataSources.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public enum PhasorValueTarget
Members
Member nameValueDescription
Magnitude0 Target the magnitude components of the phasor value.
Angle1 Target the angle components of the phasor value.
See Also