makeVVCcurve
GUI for setting up the OpenDSS VVControl function parameters
Contents
Syntax
makeVVCcurve()
Description
This function is a user interface to create the Volt/Var control function in OpenDSS. The required parameters are entered into the interface and a mat file is saved with the parameters. This function is often called from placePVplant.m when the PV plant power factor control is selected. The saved mat file is used in createPVscenarioFiles.m when the solar scenario OpenDSS generators are created.
Inputs
- none
Outputs
- none saves a *.mat file with the VVControl parameters
Example
Showing the user interface:
makeVVCcurve()
%
