-
Hi there! I tried to get the maximum joint displacement but only the values under Ux, Uy, and Uz are all wrong. How can I reach those displacement values? Here is my code: import comtypes def launch_and_open_etabs(file_path):
etabs_file_path = r"C:\ALL_FILES\03_PhD\PhD_Studies\06_4.TIK\Python_ETABS-API\ETABS\SalesforceT_1-story.edb" ETABSObject=comtypes.client.GetActiveObject("CSI.ETABS.API.ETABSObject") NumberTables=1 availableTables=SapModel.DatabaseTables.GetAvailableTables(NumberTables, TableKey, TableName, ImportType) # table parameters for i in range(availableTables[0]): TableKey="Joint Displacements" JointDisplacements=SapModel.DatabaseTables.GetTableforDisplayArray (TableKey, FieldKeyList, GroupName, TableVersion, FieldKeyIncluded, NumberRecords, Tabledata) columns=JointDisplacements[4] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, @bstbstie. Your question is related with ETABS, not with XC, right? I think you'll need to contact your ETABS support. If I'm wrong, please let me know. |
Beta Was this translation helpful? Give feedback.
Hi, @bstbstie.
Your question is related with ETABS, not with XC, right? I think you'll need to contact your ETABS support. If I'm wrong, please let me know.