PerturbAndObserveRunner TObserve  BeforeValues Property ElecNetKit Documentation
The set of observed values before any perturbation occurs.

Namespace: ElecNetKit.Sensitivities
Assembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
Syntax

public Dictionary<Tuple<string, Type>, TObserve> BeforeValues { get; private set; }

Field Value

The keys of the dictionary provided by this property are OnlineTuple T1, T2 s, where OnlineItem1 is the ID of the observed network element, and OnlineItem2 is the type of the observed network element.
See Also