How to generate response spectrum with standards ? #309
-
Beta Was this translation helpful? Give feedback.
Answered by
heetrojivadiya
Mar 21, 2024
Replies: 1 comment
-
Hello @IcareIbnFirnas, Thank you for reaching out to us. For 1st question: you can set the response spectrum with the standard by an additional parameter to the ResponseSpectrum() class. For example: from RFEM.DynamicLoads.responseSpectrum import ResponseSpectrum
ResponseSpectrum(1, params={'definition_type': 'ACCORDING_TO_STANDARD'}) For 2nd question: Unfortunately, right now it is not possible to set the ground type, importance class, etc. by Python. We will try to add this feature as soon as possible. We will let you know when it will be implemented. Thanks and best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heetrojivadiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @IcareIbnFirnas,
Thank you for reaching out to us.
For 1st question: you can set the response spectrum with the standard by an additional parameter to the ResponseSpectrum() class. For example:
For 2nd question: Unfortunately, right now it is not possible to set the ground type, importance class, etc. by Python. We will try to add this feature as soon as possible. We will let you know when it will be implemented.
Thanks and best regards,
Heet Rojivadiya