|
ConnectionParametersPublishRocofTauSeconds Property
|
Gets or sets the EMA time constant τ (seconds) for published ROCOF (dF/dt).
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax[DefaultValueAttribute(1.5)]
public double PublishRocofTauSeconds { get; set; }<DefaultValueAttribute(1.5)>
Public Property PublishRocofTauSeconds As Double
Get
Set
public:
[DefaultValueAttribute(1.5)]
property double PublishRocofTauSeconds {
double get ();
void set (double value);
}[<DefaultValueAttribute(1.5)>]
member PublishRocofTauSeconds : float with get, set
function get_PublishRocofTauSeconds();
function set_PublishRocofTauSeconds(value);
View SourceProperty Value
Double
Remarks
ROCOF is effectively a derivative signal and is typically much noisier than frequency; it generally benefits from
heavier smoothing (larger τ) than frequency.
See Also