Click or drag to resize

PhaseEstimateMagnitudes Property

Gets RMS magnitudes, 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<double> Magnitudes { get; init; }
View Source

Property Value

ReadOnlySpanDouble
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