|
PhaseEstimateMagnitudes Property
|
Gets RMS magnitudes, length 6: IA, IB, IC, VA, VB, VC.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic ReadOnlySpan<double> Magnitudes { get; init; }Public Property Magnitudes As ReadOnlySpan(Of Double)
Get
Set
public:
property ReadOnlySpan<double> Magnitudes {
ReadOnlySpan<double> get ();
void set (ReadOnlySpan<double> value);
}member Magnitudes : ReadOnlySpan<float> with get, set
function get_Magnitudes();
function set_Magnitudes(value);
View SourceProperty 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