|
FrameParserPublishAnglesTauSeconds Property
|
Gets or sets the EMA time constant τ (seconds) for published phase angles.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic double PublishAnglesTauSeconds { get; set; }Public Property PublishAnglesTauSeconds As Double
Get
Set
public:
property double PublishAnglesTauSeconds {
double get ();
void set (double value);
}member PublishAnglesTauSeconds : float with get, set
function get_PublishAnglesTauSeconds();
function set_PublishAnglesTauSeconds(value);
View SourceProperty Value
Double
Remarks
Angles are circular quantities; this implementation performs wrap-safe smoothing by operating on unit vectors
(cos/sin) rather than naïvely averaging radians. This avoids discontinuities at ±π.
See Also