Index
The following functions are used to make API calls to the DH server.
newScenario
Creates a new scenario on the DH server via POST request.
Parameters
file:FileListobject containing the scenario file to uploadhours: Number of hours to run the scenario forrepetitions: Default 1. Number of times to repeat the scenario
listScenarios
Lists all scenarios on the DH server via GET request.
Returns
Array of ScenarioListItem objects.
getScenario
Gets a scenario from the DH server via GET request.
Parameters
id: ID of the scenario to get
Returns
SimulationResults object.