|
ConnectionParametersSampleRocofTauSeconds Property
|
Gets or sets the EMA time constant τ (seconds) for the internal per-sample ROCOF smoothing (computed from the internally smoothed frequency).
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax[DefaultValueAttribute(0.3)]
public double SampleRocofTauSeconds { get; set; }<DefaultValueAttribute(0.3)>
Public Property SampleRocofTauSeconds As Double
Get
Set
public:
[DefaultValueAttribute(0.3)]
property double SampleRocofTauSeconds {
double get ();
void set (double value);
}[<DefaultValueAttribute(0.3)>]
member SampleRocofTauSeconds : float with get, set
function get_SampleRocofTauSeconds();
function set_SampleRocofTauSeconds(value);
View SourceProperty Value
Double
See Also