makePFschedule
GUI for creating a power factor daily schedule
Contents
Syntax
makePFschedule()
Description
This function is a user interface to create Power Factor daily schedule. The user draws the schedule 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 daily schedule
Example
Showing the user interface:
makePFschedule()
