First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
UDM are loaded explicitly with (except if named DSUSR.dll and located at working folder):
psspy.addmodellibrary('uexc34.dll')
check in the log if there is a error during this step. In a dynamic run, after loading the case, the snp file and the dll file, to get a print out of the UDM CON description for machine at bus 101:
psspy.bsys(1,0,[0.0,0.0],0,[],1,[101],0,[],0,[])
psspy.docu(1,0,[1,3,1])
2 | No.2 Revision |
Yes, the demo model works in v.34 as well v.33. UDM are loaded explicitly with (except if named DSUSR.dll and located at working folder):
psspy.addmodellibrary('uexc34.dll')
check in the log if there is a error during this step.
In a dynamic run, after loading the case, the snp file and the dll file, to get a print out of the UDM CON description for machine at bus 101:101, add the following:
psspy.bsys(1,0,[0.0,0.0],0,[],1,[101],0,[],0,[])
psspy.docu(1,0,[1,3,1])