To simulate Demand Response availability, I have created additional EDEMs on the network that are used for load but can be used for DR if the price is right. I can see the PNS in a table showing that DR was called (good to see) however I would like to have my load/generation graph not show the DR as ENS and only show the actual true load - otherwise what the VPP is doing for peak shaving is not correctly represented in the load curve. Is there a way to exclude the ENS due to DR in my generation graph? If the suggestion is to do the calculation for the actual load curve in python in the graphing script, would you let me know the code line for that?
Thanks!
Hey @jimhSAIntencoord,
You don’t need to calculate the actual load yourself.
The default plots use the “PSET” and “PNS” properties so that demand curtailment can be shown. If you want to change the default plot or make your own, you probably just want the “PD” property. If that’s not the right one for the way your network is configured, you should be able to find the correct property in the Electric Network object description.
Happy results analysis!