Menu

Add PV via Matlab

Beginners
Dor BA
2020-07-30
2020-07-30
  • Dor BA

    Dor BA - 2020-07-30

    Hello,

    Is there a way to automatically add/change PV system location using Matlab?

    For example, if I want to add a system to a bus, I'm using:

    DSSText.command = 'New PVSystem.PV1 phases=3 conn=delta bus1=722 kV=4.8 kVA=500 irrad=.98 Pmpp=500 temperature=25 PF=1 effcurve=Myeff P-TCurve=MyPvsT Daily=MyIrrad TDaily=MyTemp';

    After getting the information I need, how can I transfer the PV system to the next bus?

    Best regards,
    Dor

     
    • Davis Montenegro

      Hello,

      That's an algorithm you will have to develop, in fat, that's what you are for!
      You can list the buses by name and compatiblity (remeber that not all buses on a feeder are the same voltage level). Then Move the PV to the next bus on the list as follows:

      DSSText.command = 'PVSystem.PV1.bus1=mybus';
      

      Where "mybus" contains the name of the bus you want to use.

      Best regards

      Davis

       
  • Dor BA

    Dor BA - 2020-07-30

    Thank you

     

Log in to post a comment.

MongoDB Logo MongoDB