Ask Your Question
0

creating a new bus

asked 2023-03-28 13:35:28 -0500

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?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2023-04-07 05:16:23 -0500

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

edit flag offensive delete link more

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 ( 2023-04-07 08:25:26 -0500 )edit

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 ( 2023-04-07 08:32:30 -0500 )edit

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 ( 2023-04-07 15:01:14 -0500 )edit

ChatGPT is better suited to help you with your homework.

GaryB gravatar imageGaryB ( 2023-04-14 08:42:00 -0500 )edit
0

answered 2023-03-28 13:58:08 -0500

perolofl gravatar image

Use API psspy.branch_data().

edit flag offensive delete link more

Comments

thank you.

erika gravatar imageerika ( 2023-03-29 14:25:34 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2023-03-28 13:35:28 -0500

Seen: 452 times

Last updated: Apr 07 '23