0

Load library in PSSe 33

Try to load dll by an API addmodellibrary(libraryname), but it keeps telling me that the library can not be found. Please help

j1hf's avatar
1
j1hf
asked 2018-03-21 14:51:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

If you are using the PSSE command line interface or a Python script, make sure you have syntax correct.

psspy.addmodellibrary(r"""C:\path\to\your.dll""")

Also be sure to include the full path of the DLL file.

hunter2's avatar
11
hunter2
answered 2018-03-21 15:02:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer