makePFoutputFunction
GUI for creating power factor as a function of PV power output
Contents
Syntax
makePFoutputFunction()
Description
This function is a user interface to create the Power Factor as a function of PV power output. The user draws the function and then saves it to a .mat file. 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 power factor function of PV power output
Example
Showing the user interface:
makePFoutputFunction()
