Autodrawing the system neatly

asked 2018-11-23 09:00:24 -0500

rafaels100 gravatar image

updated 2018-11-23 09:03:57 -0500

Hello ! I am trying to improve the autodrawing method by using the .loc file (bus location file). I have built a nice diagram by hand and then I have exported the location of the buses to a .loc file using the API exportbuslocfile(), and then I have tried to replicate that neat diagram using the autodraw function, which I understand takes in account if a .loc file has been opened by the user using the API openbuslocfile(). The problem is, when I use autodraw to try and draw the diagram as I did by hand, it doesnt care about the .loc file I just opened, and it just draws the systeam as it would do normally (a f*mess). I also tried to use the code provided by rimux here https://psspy.org/psse-help-forum/que... but to no avail, its also quite messy, but not as much as before. Any solutions you have find to the autodraw problem ? thanks !

edit retag flag offensive close merge delete

Comments

SOLVED: I needed to check the box "Use available geophysical information when Autogrowing items", that is located in the Program Preferences, in the Edit tab.

rafaels100 gravatar imagerafaels100 ( 2018-11-23 09:17:49 -0500 )edit