[This is preliminary documentation and is subject to change.]

The eta value

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

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;

See Also