Thank you. On Thu, Dec 20, 2018 at 7:35 PM nikolaos savvopoulos <[email protected]> wrote:
> Hi, > > > > STAC is a useful web-based visualization tool for Matpower test cases, > that can be used to visualize matpower files. > > > > http://immersive.erc.monash.edu.au/stac/ > > > > You can also export the bus coordinations (x,y) and add them in the mpc > structure under the “buslocation” field. > > > > > > Cheers, > > > > Nikos > > > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *naime ahmadi > *Sent:* Thursday, December 20, 2018 10:11 AM > *To:* MATPOWER discussion forum <[email protected]> > *Subject:* Re: position of buses in IEEE 14 or 30 > > > > Hi, > > I mean I want to find coordinates of buses (x and y) in IEEE 14 and 30 bus > system. > > Are these coordinates fixed? > > does this coordinates relate to power plants? if so why we have a > different diagram of IEEE 14 and 30 bus system? > > > > On Thu, Dec 20, 2018 at 4:55 PM amir ali Hosseini <[email protected]> > wrote: > > hi > > what do you means of position?! > > find in attachment .that is the picture . that show to you the position of > the buses . > > but your means . status of bus ! for example those are > PV,PQ,main,ISOLATED find > > > [image: image.png] > > this picture show to you information of buses.this picture of document of > Math power . > > beast regards. > > > > On Thu, Dec 20, 2018 at 7:17 AM naime ahmadi <[email protected]> > wrote: > > I want to plot IEEE 14 and 30 bus system. > > how can I do this with this bus_position? > > > > On Thu, Dec 20, 2018 at 12:11 PM Meraj Fouad <[email protected]> wrote: > > Hi, this will give the bus position. > > > > file='case30'; > > > > mpc=loadcase(file); > > > > bus_position=mpc.bus(:,1) > > > > On Wed, Dec 19, 2018 at 8:56 PM naime ahmadi <[email protected]> > wrote: > > Hi, > > How can I get position of buses in IEEE 14 or 30 bus system in matpower? > > > > Thanks, > > Naime > > > >
