openPDC Synchrophasor Help
TimeOffset Property
NamespacesTVA.PhasorProtocols.FNetFrameParserTimeOffset
Gets or sets time offset of F-NET device in Ticks.
Declaration Syntax
C#Visual BasicVisual C++
public Ticks TimeOffset { get; set; }
Public Property TimeOffset As Ticks
	Get
	Set
public:
property Ticks TimeOffset {
	Ticks get ();
	void set (Ticks value);
}
Remarks
F-NET devices normally report time in 11 seconds past real-time, this property defines the offset for this this artificial delay. Note that the parameter value is in ticks to allow a very high-resolution offset; 1 second = 10000000 ticks.

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