Ask Your Question

Revision history [back]

click to hide/show revision 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.