| 
            
              PhasorValuePrimaryValueTarget Field
             | 
          
        
        
            Gets or sets the primary target for the phasor value.
            
        
        Namespace: GrafanaAdapters.DataSources.BuiltInAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
Remarks
            This property is used to determine which value field of the phasor value to use when using the data
            source as an 
IDataSourceValueT. 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