Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extract ALLCD history ouput using python script

Status
Not open for further replies.

niranjanbt

Mechanical
Jan 22, 2009
11
0
0
US

Friends,

Can anyone help me with the extraction of ALLCD history output for the entire assembly at the end of time step ('Roll_Static' in my case) using python.

odb.steps['Roll_Static'].historyRegions['Assembly ASSEMBLY'].historyOutputs['ALLCD']

This is what I have so far and I am not sure of accessing the data from here on. Any suggestions or example script will be appreciated.

Thanks,
Niranjan
 
Replies continue below

Recommended for you


Found the solution pals :)

required line in script:

odb.steps['Roll_Static'].historyRegions['Assembly ASSEMBLY'].historyOutputs['ALLCD'].data

Thought it might be helpful to others.

Thanks anyways,
Niranjan
 
Status
Not open for further replies.
Back
Top