|
ConfigurationFrameTimeOffset Property
|
Gets or sets the time offset of F-NET device in
Ticks.
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public Ticks TimeOffset { get; set; }
Public Property TimeOffset As Ticks
Get
Set
public:
property Ticks TimeOffset {
Ticks get ();
void set (Ticks value);
}
member TimeOffset : Ticks with get, set
function get_TimeOffset();
function set_TimeOffset(value);
View SourceProperty Value
TicksRemarks
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