exampleVoltageAnalysis

Example analysis of maximum and minimum feeder voltages through time

Contents

Syntax

exampleVoltageAnalysis(basecaseFile,solarScenarioFiles);
exampleVoltageAnalysis();

Description

Example function for analysis of maximum and minimum feeder voltages through time. The simulation stops at each time step for MATLAB to process the state of the OpenDSS simulation

Inputs

Outputs

Example

Runs the basecase circuit and the distributed solar case

exampleVoltageAnalysis('ExampleCircuit\master_ckt24.dss',{'ExampleCircuit\Ckt24_PV_Distributed_7_5.dss'})
%