How to See Ancillary Service (ASVC) Curtailment plot?

Hi,

From my Log window, I found my model is curtailing demand and ancillary service (EDEM.ENS and ASVC.ENS). I used nplot(EDEM.D1.PNS) command to see the curtailed demand. I am wondering is there any iron python script or command for seeing the PNS plot for curtailed ancillary service. In my case it was UP reserve.

Thank you

Hi @aftabzmn1,

Thank you for your question and welcome to the User Forum!

The property that you want to view is the “ValCurt” property of ASVC objects.

You can check out all the properties of ASVC objects in the Reference Guide of the Documentation.

Happy modeling!

Hi Will,

Thanks for your response.

As far I understand, valcurt will show total curtailment. I specifically want to see in plot when this curtailment happening similar to demand curtailment using PNS.

Hi @aftabzmn1,

I think we are misunderstanding one another. Perhaps the description of the ValCurt property in the documentation: “Total curtailment of service requirement” is misleading.

I used the command nplot("ASVC.RESERVE_REQUIREMENT.ValCurt") to generate the following plot:

Can you confirm if this is the behavior you are looking for? If so, I can discuss with the team regarding our description of the ValCurt property in the documentation.

1 Like

Hi Will,

Thank you so much. Yes the ASVC object description for ValCurt “Total curtailment of service requirement” was misleading. However, your plot line with ValCurt solves my problem. Now I see when my UP reserve got curtailed.

Thank you again.

1 Like