History output
#5397
Replies: 1 comment
|
Maybe history = model.HistoryOutputRequest('F-Output-1', createStepName='Step-1', variables=('U',)) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello
I can run my model script successfully. I have the following line for history output request in my model script.
mdb.models['Model-1'].HistoryOutputRequest(name='H-Output-top-displacement', createStepName='Step-1', variables=('U2', ), region=regionDef, sectionPoints=DEFAULT, rebar=EXCLUDE)
The problem is when I try to extract the output from the odb script, I get an error. Could anyone help please?

All reactions