openPDC Synchrophasor Help
InjectSimulatedTimestamp Property
NamespacesTVA.PhasorProtocolsMultiProtocolFrameParserInjectSimulatedTimestamp
Gets or sets flag indicating whether or not to inject local system time into parsed data frames.
Declaration Syntax
C#Visual BasicVisual C++
public bool InjectSimulatedTimestamp { get; set; }
Public Property InjectSimulatedTimestamp As Boolean
	Get
	Set
public:
property bool InjectSimulatedTimestamp {
	bool get ();
	void set (bool value);
}
Remarks
When connection is made to a file for replay purposes or consumer doesn't trust remote clock source, this flag can be set to true replace all frame timestamps with a UTC timestamp dervied from the local system clock.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0