View.getActiveLoadset


getActiveLoadset()

Returns the loadset which has previously been set active in this view. Note that this loadset will either be a pre- or post-processing loadset. Pre-processing loadsets are used to define the behaviour of the model and can be used for visualising attributes and their assignments. Post-processing loadset are created by the solution and can be used to view results. There is a strong link between any given post-processing loadset and the pre-processing loadset that created it. Thus, if the currently active loadset is a post-processing loadset, it is possible to call getActivePreLoadset to obtain the pre-processing equivalent. Similarly, in linear jobs only, if the currently active loadset is a pre-processing loadset, it is possible to call getActivePostLoadset to obtain the post-processing equivalent.

Argumentsnone 
Return valueIFLoadset

Back to View

Back to Overview