You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the MATReader object that will generate the grid from the MATLAB file created by the MATLAB script that runs MATPOWER/MOST. Note that a similar file will be generating by REISE.jl. Things to be done in addition to write the reader:
Refactor the Scaler object to account for changes in the gencost attribute of the Grid object.
Modify prepare_mpc_file method in the SimulationInput object in order to pass all information needed to case.mat in order to retrieve the grid after simulation.
Modify InputData object to load the MATLAB file from local folder or from the server.
Modify get_grid method in the Analyze object to retrieve the grid using the MATReader object.
Write the
MATReaderobject that will generate the grid from the MATLAB file created by the MATLAB script that runs MATPOWER/MOST. Note that a similar file will be generating by REISE.jl. Things to be done in addition to write the reader:Scalerobject to account for changes in thegencostattribute of theGridobject.prepare_mpc_filemethod in theSimulationInputobject in order to pass all information needed to case.mat in order to retrieve the grid after simulation.InputDataobject to load the MATLAB file from local folder or from the server.get_gridmethod in theAnalyzeobject to retrieve the grid using theMATReaderobject.