How to run an ABAQUS python script

Started by Mark Barkey, February 15, 2015, 09:39:50 PM

Previous topic - Next topic

Mark Barkey

From the ABAQUS command line in the MS-DOS (command) window type:

abaqus python odbCoordinateReader2.py

where in place of odbCoordinateReader2 goes the name of your python script.

-----------------------------------------

From inside of ABAQUS CAE
file menu
run script
then select your script to run

Mark Barkey

at the >>> command line in ABAQUS CAE

import odbAccess
dir (odbAccess)


to get a list of commands available in the odbAccess
to get information about a command:  dir (AQUA)dire