History output
#5397
Replies: 1 comment
-
Maybe history = model.HistoryOutputRequest('F-Output-1', createStepName='Step-1', variables=('U',)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
![image](https://private-user-images.githubusercontent.com/151507529/285789326-2833cc55-e0b3-432b-a0c4-94d9e30dba81.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzE5MzMsIm5iZiI6MTczOTQzMTYzMywicGF0aCI6Ii8xNTE1MDc1MjkvMjg1Nzg5MzI2LTI4MzNjYzU1LWUwYjMtNDMyYi1hMGM0LTk0ZDllMzBkYmE4MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNzI3MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xNDM2MzA2Yjc1ZWZiYmMxYTAyZmE1MjhiZTM3Y2RmNmFmNTI5NDM3Y2ViZTIxMmQ0NDgwMWQ0MTdkNzY0ZjNiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.bE6wgyh875Y17KZ1_k3lVexLNv-h3CfgcaOdlyn50QU)
Beta Was this translation helpful? Give feedback.
All reactions