|
FrameParserTargetCycles Property
|
Gets or sets the number of nominal cycles contained in the sliding DFT analysis window.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic int TargetCycles { get; set; }Public Property TargetCycles As Integer
Get
Set
public:
property int TargetCycles {
int get ();
void set (int value);
}member TargetCycles : int with get, set
function get_TargetCycles();
function set_TargetCycles(value);
View SourceProperty Value
Int32
Remarks
Larger values generally reduce noise/jitter (more averaging) but increase latency and reduce step response.
See Also