Click or drag to resize

ConnectionParametersTimeOffset Property

Gets or sets time offset of the F-NET device in Ticks.

Namespace: GSF.PhasorProtocols.FNET
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(110000000)]
public long TimeOffset { get; set; }
View Source

Property Value

Int64
Remarks
F-NET devices normally report time in 11 seconds past real-time, this property defines the offset for this artificial delay. Note that the parameter value is in ticks to allow a very high-resolution offset; 1 second = 10,000,000 ticks.
See Also