Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. F.Moghadam

    How to model 2 end beams connected to columns with a middle beam (ETABS API)

    Hi. I'm trying to model a steel-frame structure using ETABS API. I want to model each beam between two columns as a 3-part component. some thing like this: When I run and analyze the model and get the results, the ratios of "Story Max Over Avg Displacements" are extremely high (about 1.7) and...
  2. F.Moghadam

    Error in performing miStartSteelDesignCheck of Structure

    Hello everyone. I have developed a steel-frame model in ETABS 18.1.1 using API. The model works correctly. When I try to design it, using an auto-select list, the model starts to design and it seems that one iteration completes. The model re-analyze itself and start to design again, but at the...
  3. F.Moghadam

    Modifying "Unbraced Length Ratio(Minor)" in ETABS API using python

    I have developed an ETABS model, using API with python. After designing the model, there is an error that relates to beams' unbraced length. So I need to modify "Unbraced Length Ratio (Minor)". The command that I've used, is this(unique name for beams in my model starts from 126 to 325 ): for i...
  4. F.Moghadam

    Assign load forces to the frame objects

    @rscassar It's done using FrameObj. ret=SapModel.FrameObj.SetLoadDistributed("Element_Name","Load_Pattern_Name",1,2,0,1,Load_Value,Load_Value,"Local")
  5. F.Moghadam

    Assign load forces to the frame objects

    Hi. I'm developing a model in ETABS using API with Python. I have created and assigned load forces like SDEAD(super dead),Ex,Ey,LRED (Reducible Live) and etc,. As you can see in the first and second picture, load forces have successfully assigned. The problem is that these loads (Created...
  6. F.Moghadam

    ETABS API using python- Database tables edit

    Hi. I'm developing a code to model a steel-frame structure in ETABS, using python. I need to edit some parameters of load cases (Need to change some parameters of seismic loads). I couldn't understand how to use commands in "CSI API ETABS" file. Can you help me?
  7. F.Moghadam

    EATABS API- How to modify load patterns

    Hi, I'm trying to model a steel frame building using ETABS API with python. I have defined load patterns, but I need to modify seismic loads and set Auto Lateral Load on User Coefficient and after that, modify C & K factors(Base Shear Coefficient and Building Height Exp.). I couldn't find...
Back
Top