-
Notifications
You must be signed in to change notification settings - Fork 2
Runs grid
By double-clicking the Runs node, the user can see in a grid the runs of scenarios of the corresponding project. The user can delete a Run, watch the progress by pressing the Refresh button of incomplete Runs, or to compare runs by selecting multiple Runs (Ctrl+click) and then pressing the Compare button. Through this tab the user can also upload a file (Upload file) with electrical measurements in order to compare it with the simulation results. The format of the uploaded file should be CSV and it structure should be like the following example:
minute, inst1, inst2
0, 123.00, 100.50
1, 123.50, 100.50
2, 120.32, 100.50
where the header row includes the names of the installations.
Last but not least, after selecting a run, the user can choose to create a CSN (Create CSN) using the simulated results of the run.
Back to User Manual

