Editing Network Data

26 views
Skip to first unread message

Swaran

unread,
Jun 18, 2015, 2:17:32 AM6/18/15
to interpss...@googlegroups.com
Hello, 
I am trying to modify the system data imported from a CDF file before commencing the loadflow, but it was not accepting the update. The following is  the code I have used: 
Trail 1: 
IpssCorePlugin.init();
AclfNetwork mynet = CorePluginObjFactory
.getFileAdapter(IpssFileAdapter.FileFormat.IEEECDF)
.load("testData/ieee/IEEE14Bus.dat")
.getAclfNet();
                System.out.println(Before : "+mynet.getBus("Bus12").getLoadPQ());
                AclfBus tbus= mynet.getBus("Bus12");
                tbus.setLoadPQ(new Complex(0.8,0.65));
                mynet.setBus("Bus12", tbus);
                System.out.println("After: "+mynet.getBus("Bus12").getLoadPQ());

Output: Both print statements giving same output and the powerflow results are same as the standard case. 

Can somebody suggest what will be the fix? 

Regards
Swaran

ipss@gmail

unread,
Jun 18, 2015, 3:05:51 AM6/18/15
to IPSS-Forum
Swaran,

Thank you to bring up the issue. This should not be the expected InterPSS
behavior. Please go to InterPSS GitHub repo and open an issue, so that we
can track the issue:

https://github.com/InterPSS-Project/ipss-plugin

InterPSS Support

--
--
You received this message because you are subscribed to the Google Groups "Interpss Project" group.
To post to this group, send email to Interpss...@googlegroups.com
To unsubscribe from this group, send email to Interpss-Proje...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Interpss-Project
---
You received this message because you are subscribed to the Google Groups "Interpss Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to interpss-proje...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Swaran

unread,
Jun 19, 2015, 1:22:33 AM6/19/15
to interpss...@googlegroups.com
Thanks for the suggestion. I have opened the issue on GitHub Repo. 
Reply all
Reply to author
Forward
0 new messages