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

Outputs

Example

Runs the basecase circuit and the distributed solar case

exampleTimeseriesAnalyses('ExampleCircuit\master_ckt24.dss',{'ExampleCircuit\Ckt24_PV_Central_7_5.dss'})
%