First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.