Extract ALLCD history ouput using python script
Extract ALLCD history ouput using python script
(OP)
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





RE: Extract ALLCD history ouput using python script
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