Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-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
Joined
Jan 22, 2009
Messages
11
Location
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
 

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.

Part and Inventory Search

Sponsor

Back
Top