|
FrameParserSampleRocofTauSeconds 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
Syntaxpublic double SampleRocofTauSeconds { get; set; }Public Property SampleRocofTauSeconds As Double
Get
Set
public:
property double SampleRocofTauSeconds {
double get ();
void set (double value);
}member SampleRocofTauSeconds : float with get, set
function get_SampleRocofTauSeconds();
function set_SampleRocofTauSeconds(value);
View SourceProperty Value
Double
See Also