First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

creating a new bus

asked Mar 28 '3

erika gravatar image

hello all, how can I create a new bus and connect it to a particular existing bus in the system? I know we can use psspy. bus_data() api to create a new bus. But how can we connect it to a particular bus?

2 answers

Sort by » oldest newest most voted
0

answered Apr 7 '3

Thank! how to create generator, and specify it's model i,e. 'GENCLS'.

link

Comments

Search youtube for "psse", "psse tutorial", "psse dynamics" In short, open basecase in GUI, create a bus (or to an existing bus), attach a generator. Connect that created bus to the grid with a transformer. Solve the load flow. Add generator model in the dyr file. Run dynamics. Need data, a lot.

jconto gravatar imagejconto (Apr 7 '3)

Thanks! I'm creating a case (in code), I created buses using (bus_data_3) and connect them using (branch_data), what command in api to add generators? Thank you so much

colchester gravatar imagecolchester (Apr 7 '3)

Check the API manual: 2.34. MACHINE_DATA_2 Use this API to modify the data of an existing machine in the working case, or to add a new machine to a plant bus in the working case.

jconto gravatar imagejconto (Apr 7 '3)

ChatGPT is better suited to help you with your homework.

GaryB gravatar imageGaryB (Apr 14 '3)
0

answered Mar 28 '3

perolofl gravatar image

Use API psspy.branch_data().

link

Comments

thank you.

erika gravatar imageerika (Mar 29 '3)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Mar 28 '3

Seen: 590 times

Last updated: Apr 07 '23