Ask Your Question
0

Load frequency model in psse

asked 2020-04-28 11:20:42 -0500

anonymous user

Anonymous

Hi everyone,

I would like to addloadmode on psse33, its name model is LDFRAL . But I have a problem. please help me fix it. Thank you so much

This is my command on psse33: ierr = psspy.addloadmodel(ibus=1, id='*', mtype=1, ltype=1, name='LDFRAL', nicn=0, idata=1, chdata=' ',ncon=1)

This is a problem: TypeError: size (argument 6), =0, does not match length of argument 7, =1

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-04-29 01:48:33 -0500

perolofl gravatar image

There are many faults in your command. A correct call is shown below.

ierr = psspy.add_load_model(id='*', mtype=4, ltype=1, name='LDFRAL',ncon=4,rdata=[1.2,1.0,2.0,1.0])

You have to update the CON values in list rdata to your own values.

edit flag offensive delete link more

Comments

Thank you so much.

thanhnguyen gravatar imagethanhnguyen ( 2020-04-30 07:00:48 -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: 2020-04-28 11:20:42 -0500

Seen: 429 times

Last updated: Apr 29 '20