Click or drag to resize

MultiProtocolFrameParserUseHighResolutionInputTimer Property

Gets or sets flag that determines if a high-resolution precision timer should be used for file based input.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool UseHighResolutionInputTimer { get; set; }
View Source

Property Value

Boolean
Remarks
Useful when input frames need be accurately time-aligned to the local clock to better simulate an input device and calculate downstream latencies.
This is only applicable when connection is made to a file for replay purposes.
See Also