PerturbAndObserveRunner TObserve  AfterValues Property ElecNetKit Documentation
A dictionary specifying the observed effect of all perturbations.

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

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

Field Value

The keys of the outer dictionary provided by this property are OnlineTuple T1, T2 s, where OnlineItem1 is a OnlineTuple T1, T2  specifying the ID and type of the perturbing network element, and OnlineItem2 is the set of perturbation values, as specified by PerturbValuesToRecord. The keys of the inner dictionary are OnlineTuple T1, T2 s specifying the ID and type of the observed network element. The values of the inner dictionary are the values required to be observed by ObserveElementValuesSelector.
See Also