|
PhaseEstimateAngles Property
|
Gets angles in radians, 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<Angle> Angles { get; init; }Public Property Angles As ReadOnlySpan(Of Angle)
Get
Set
public:
property ReadOnlySpan<Angle> Angles {
ReadOnlySpan<Angle> get ();
void set (ReadOnlySpan<Angle> value);
}member Angles : ReadOnlySpan<Angle> with get, set
function get_Angles();
function set_Angles(value);
View SourceProperty 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