Class SimulatorConfig
Represents a simulator configuration, holding the simulator name and dataset id in CDF. Ideally, all the data related to the simulator should be in this dataset
public class SimulatorConfig
- Inheritance
-
SimulatorConfig
- Inherited Members
Properties
DataSetId
Simulator data, such as model files, simulation configuration files and events, should be in this data set. Result inputs and outputs should be written to this data set
public long DataSetId { get; set; }
Property Value
Name
Name or Id of the simulator. E.g. PROSPER, PetroSim
public string Name { get; set; }