DataSetType

Use this command before using any of the other AURORA Dataset commands. This allows the script to reference the correct dataset. Use one of the following:

DataType.CDS
Use this when referring to the computational dataset tables.

DataType.Change
Not currently used

DataType.Control  
Not currently used

DataType.Input
Use this when referring to the input database.

DataType.Memory
Use this when referring to memory tables.

DataType.Output
Use this when referring to the output database.

DataType.Project
Use this when referring to settings in a project file. When this is set as the DataSetType, the ProjectTableType must be used.

If you have scripts that change data in the input dataset, you will need to de-select the “Run Base Study” box in the Study Cases folder of Simulation Options. You can also do this in the script by typing the following commands after loading the project file:

ADS.DataSetType=DataType.Project
ADS.ProjectTableType=ProjectDSTablesType.ControlVariables
ADS.SetDataItemRow (ADS.ProjectTableName,0,"RunBaseStudy","False")

Scripting

AURORA Datasets

DataSetType


For further assistance, please contact Aurora Support.

Copyright© 1997-2024 Energy Exemplar LLC. All rights reserved.