[This is preliminary documentation and is subject to change.]
The eta value
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public virtual double ETA { get; set; } |
Remarks
Unless specified manually (or if eta has been set to an invalid value), this parameter is normally calculated automatically when the network is committed.
When set automatically, the following equation is used:
CopyC#

Eta_Max = 1 / (2 * (1 - 2 * TRANSMISSION_DELTA) * NodeCount; ETA = Eta_Max - ETA_PRECISION;