exampleTimeseriesAnalyses
Timeseries analysis and plots monitor values from the simulation
Contents
Syntax
exampleTimeseriesAnalyses(basecaseFile,solarScenarioFiles); exampleTimeseriesAnalyses();
Description
Example function for timeseries analysis and monitor plotting for net feeder power and switching components like LTC and capacitors. Monitors must be setup in the basecaseFile circuit definition. Place monitors in the desired locations, then use the same names in the code in this function.
Inputs
- basecaseFile - optional input with the link to the OpenDSS file with the circuit.
- solarScenarioFiles - optional input with a cell array of links to the OpenDSS files with the solar scenarios to run
Outputs
- none - generates several figures and saves them
Example
Runs the basecase circuit and the distributed solar case
exampleTimeseriesAnalyses('ExampleCircuit\master_ckt24.dss',{'ExampleCircuit\Ckt24_PV_Central_7_5.dss'}) %










