- Set CurrentDataSet
CurrentDataSet
The predefined element parameter CurrentDataSet contains a reference
to the current actively loaded dataset(s) within an AIMMS project.
ElementParameter CurrentDataSet {
IndexDomain : IndexDataCategories;
Range : AllDataSets;
}
Definition
The element parameter
CurrentDataSetcontains, for every data category, an (integer) dataset reference (as an element ofAllDataSets) to the current actively loaded dataset within the active case, or is empty if there no named dataset loaded as active for a particular data category.
Updatability
The value of the element parameter
CurrentDataSetcan only be modified by actively actively loading datasets into the active case either in the Data Manager, through the Data menu, or using the functionsDatasetLoadCurrentandDatasetSaveAs.
Note
This identifier is only relevant when the chosen
Data_Management_style is single_data_manager_file.