Sorry, this content is no longer available

Ask Your Question
0

Load frequency model in psse

asked Apr 28 '0

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

1 answer

Sort by ยป oldest newest most voted
0

answered Apr 29 '0

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.

link

Comments

Thank you so much.

thanhnguyen gravatar imagethanhnguyen (Apr 30 '0)

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: Apr 28 '0

Seen: 1,254 times

Last updated: Apr 29 '20