Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

dyntools cannot run from the GUI. If you need 'dyntools', take a look at the code 'dyntoolsdemo.py' located at the 'example' folder of your PSSe installation. To test it, double click on the "PSSE 3X Command Prompt" link on your desktop (created during PSSe installation) to open a CMD prompt window (a.k.a. DOS window) at the 'example' folder and run dyntoolsdemo.py by entering the following command:

with full python path for python 2.7 with psse v33:

c:\..>c:\python27\python dyntools_demo.py

or with full python path for python 3.7 with psse v34:

c:\..>c:\python37\python dyntools_demo.py

for psse v35, load the python code in idle (64 bit) and run it by pressing 'F5'

dyntools cannot run from the GUI. If you need 'dyntools', take a look at the code 'dyntoolsdemo.py' located at the 'example' folder of your PSSe installation. To test it, double click on the "PSSE 3X Command Prompt" link on your desktop (created during PSSe installation) to open a CMD prompt window (a.k.a. DOS window) at the 'example' folder and run dyntoolsdemo.py by entering the following command:

with full python path for python 2.7 with psse v33:

c:\..>c:\python27\python dyntools_demo.py

or with full python path for python 3.7 with psse v34:

c:\..>c:\python37\python dyntools_demo.py

for psse v35, load the python code in idle (64 bit) and run it by pressing 'F5'