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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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:
Where "mybus" contains the name of the bus you want to use.
Best regards
Davis
Thank you