Click or drag to resize
Grid Solutions Framework

PhasorValueTarget Enumeration

Represents a default target for a phasor value.

Namespace: GrafanaAdapters.DataSourceValueTypes.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-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