Click or drag to resize

PhaseEstimateAngles Property

Gets angles in radians, length 6: IA, IB, IC, VA, VB, VC.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax
public ReadOnlySpan<Angle> Angles { get; init; }
View Source

Property Value

ReadOnlySpanAngle
Remarks
The data this span references is owned by the RollingPhaseEstimator instance, it is only valid during the scope of the PhaseEstimateHandler delegate call. If you need to retain the data, make a copy.
See Also