Skip to main content
JSON Manual Created Edited

post/TABLE : Story Drift(X,Y,Combine) - Story Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details



Request Examples

Story Drift- X

{
   "Argument": {
       "TABLE_TYPE": "STORY_DRIFT_X",
       "UNIT": {
           "FORCE": "KN",
           "DIST": "MM"
       },
       "LOAD_CASE_NAMES": [
           "RX(RS)"
       ],
       "STYLES": {
           "FORMAT": "FIXED",
           "PLACE": 6
       },
       "ADDITIONAL": {
           "SET_STORY_DRIFT_PARAMS": {
               "RESPONSE_MOD_FACTOR_CHECK": false,
               "DEFLECTION_AMPL_FACTOR_VALUE": 3.0,
               "IMPORTANCE_FACTOR_VALUE": 1.2,
               "SCALE_FACTOR_VALUE": 1.0,
               "ALLOWABLE_RATIO": 0.02,
               "LCOMS": [
                {
                   "NAME": "DL",
                   "FACTOR": 1.0
                }, {
                   "NAME": "LL",
                   "FACTOR": 0.5
                }
               ],
               "BETA": {
                   "FIX_USER_CHECK": "USER",
                   "NAME_FROM": "1F",
                   "NAME_TO": "3F",
                   "VALUE": 1.0
               }
           }
       }
   }
}

Story Drift- Y

{
    "Argument": {
        "TABLE_TYPE": "STORY_DRIFT_Y",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "LOAD_CASE_NAMES": [
            "EY(ST)"
        ],
        "STYLES": {
            "FORMAT": "FIXED",
            "PLACE": 10
        },
        "ADDITIONAL": {
            "SET_STORY_DRIFT_PARAMS": {
                "RESPONSE_MOD_FACTOR_CHECK": true,
                "RESPONSE_MOD_FACTOR_VALUE": 3,
                "SCALE_FACTOR_VALUE": 4.0,
                "ALLOWABLE_RATIO": 0.03
            }
        }
    }
}

Story Drift- Comb

{
  "Argument": {
    "TABLE_TYPE""STORY_DRIFT_COMB",
    "EXPORT_PATH""C:\\MIDAS\\RESULT\\Output.JSON",
    "LOAD_CASE_NAMES": [
      "RX(RS)",
      "RY(RS)"
    ],
    "COMPONENTS": [],
    "STYLES": {
      "FORMAT""Fixed",
      "PLACE"4
    },
    "ADDITIONAL": {
      "KEYS": [],
      "SET_STORY_DRIFT_PARAMS": {
        "RESPONSE_MOD_FACTOR_CHECK"true,
        "RESPONSE_MOD_FACTOR_VALUE"3,
        "SCALE_FACTOR_VALUE"4,
        "ALLOWABLE_RATIO"0.03
      },
      "SET_STORY_DRIFT_CALCULATION_METHOD": {
        "DRIFT_AT_THE_CENTER_OF_MASS"true,
        "AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"true,
        "SHEAR_WEIGHTED_AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"true,
        "DRIFT_OF_A_VERTICAL_LINE_ON_SELECTED_NODE": {
          "X_DIR"109
        },
        "AVERAGE_DRIFT_OF_VERTICAL_LINES_ON_SELECTED_NODES": {
          "X_DIR": [
            262,
            260
          ]
        }
      }
    }
  }
}


Response Examples

Story Drift- X

{
   "empty": {
       "FORCE": "KN",
       "DIST": "MM",
       "HEAD": [
           "Index",
           "Load Case",
           "Story",
           "Story Height",
           "P-Delta Incremental Factor",
           "Allowable Story Drift Ratio",
           "Maximum Drift of All Vertical Elements/Node",
           "Maximum Drift of All Vertical Elements/Story Drift",
           "Maximum Drift of All Vertical Elements/Modified Drift",
           "Maximum Drift of All Vertical Elements/Story Drift Ratio",
           "Maximum Drift of All Vertical Elements/Remark",
           "Drift at the Center of Mass/Story Drift",
           "Drift at the Center of Mass/Modified Drift",
           "Drift at the Center of Mass/Drift Factor",
           "Drift at the Center of Mass/Story Drift Ratio",
           "Drift at the Center of Mass/Remark"
       ],
       "DATA": [
           [
               "1",
               "RX(RS)",
               "3F",
               "4000.000000",
               "1.000000",
               "0.020000",
               "21",
               "1.998633",
               "4.996583",
               "0.001249",
               "OK",
               "1.998633",
               "4.996583",
               "1.000000",
               "0.001249",
               "OK"
           ],
           [
               "2",
               "RX(RS)",
               "2F",
               "4000.000000",
               "1.000000",
               "0.020000",
               "9",
               "4.091659",
               "10.229148",
               "0.002557",
               "OK",
               "4.091659",
               "10.229148",
               "1.000000",
               "0.002557",
               "OK"
           ],
           [
               "3",
               "RX(RS)",
               "1F",
               "5000.000000",
               "1.135033",
               "0.020000",
               "1",
               "10.375067",
               "29.440113",
               "0.005888",
               "OK",
               "10.375067",
               "29.440113",
               "1.000000",
               "0.005888",
               "OK"
           ]
       ]
   }
}

Story Drift- Y

{
    "Empty": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "LoadCase",
            "Story",
            "StoryHeight",
            "P-DeltaIncrementalFactor",
            "AllowableStoryDriftRatio",
            "MaximumDriftofAllVerticalElements/Node",
            "MaximumDriftofAllVerticalElements/StoryDrift",
            "MaximumDriftofAllVerticalElements/ModifiedDrift",
            "MaximumDriftofAllVerticalElements/StoryDriftRatio",
            "MaximumDriftofAllVerticalElements/Remark",
            "DriftattheCenterofMass/StoryDrift",
            "DriftattheCenterofMass/ModifiedDrift",
            "DriftattheCenterofMass/DriftFactor",
            "DriftattheCenterofMass/StoryDriftRatio",
            "DriftattheCenterofMass/Remark"
        ],
        "DATA": [
            [
                "1",
                "EY",
                "12F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "2",
                "EY",
                "11F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "3",
                "EY",
                "10F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "4",
                "EY",
                "9F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "5",
                "EY",
                "8F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "6",
                "EY",
                "7F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "7",
                "EY",
                "6F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "8",
                "EY",
                "5F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "9",
                "EY",
                "4F",
                "4.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "10",
                "EY",
                "3F",
                "4.5000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "11",
                "EY",
                "2F",
                "4.5000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ],
            [
                "12",
                "EY",
                "1F",
                "5.0000000000",
                "-",
                "0.0300000000",
                "0",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "0.0000000000",
                "OK"
            ]
        ]
    }
}

Story Drift- Comb

{
  "empty": {
    "FORCE""KN",
    "DIST""M",
    "HEAD": [
      "Index",
      "Load Case",
      "Story",
      "Story Height",
      "P-Delta Incremental Factor",
      "Allowable Story Drift Ratio",
      "Maximum Drift of All Vertical Elements/Node",
      "Maximum Drift of All Vertical Elements/Story Drift",
      "Maximum Drift of All Vertical Elements/Modified Drift",
      "Maximum Drift of All Vertical Elements/Story Drift Ratio",
      "Maximum Drift of All Vertical Elements/Remark",
      "Drift at the Center of Mass/Story Drift",
      "Drift at the Center of Mass/Modified Drift",
      "Drift at the Center of Mass/Drift Factor",
      "Drift at the Center of Mass/Story Drift Ratio",
      "Drift at the Center of Mass/Remark",
      "Average Drift of Vertical Elements/Story Drift",
      "Average Drift of Vertical Elements/Modified Drift",
      "Average Drift of Vertical Elements/Drift Factor",
      "Average Drift of Vertical Elements/Story Drift Ratio",
      "Average Drift of Vertical Elements/Remark",
      "Drift of a Vertical Line on Selected Node/Node",
      "Drift of a Vertical Line on Selected Node/Story Drift",
      "Drift of a Vertical Line on Selected Node/Modified Drift",
      "Drift of a Vertical Line on Selected Node/Drift Factor",
      "Drift of a Vertical Line on Selected Node/Story Drift Ratio",
      "Drift of a Vertical Line on Selected Node/Remark",
      "Average Drift of Vertical Lines on Selected Nodes/Story Drift",
      "Average Drift of Vertical Lines on Selected Nodes/Modified Drift",
      "Average Drift of Vertical Lines on Selected Nodes/Drift Factor",
      "Average Drift of Vertical Lines on Selected Nodes/Story Drift Ratio",
      "Average Drift of Vertical Lines on Selected Nodes/Remark",
      "Shear-Weighted Average Drift of Vertical Elements/Story Drift",
      "Shear-Weighted Average Drift of Vertical Elements/Modified Drift",
      "Shear-Weighted Average Drift of Vertical Elements/Drift Factor",
      "Shear-Weighted Average Drift of Vertical Elements/Story Drift Ratio",
      "Shear-Weighted Average Drift of Vertical Elements/Remark"
    ],
    "DATA": [
      [
        "1",
        "RX(RS)",
        "10F",
        "4.0000",
        "1.0000",
        "0.0300",
        "404",
        "0.0012",
        "0.0142",
        "0.0035",
        "OK",
        "0.0011",
        "0.0129",
        "1.0996",
        "0.0032",
        "OK",
        "0.0011",
        "0.0130",
        "1.0916",
        "0.0032",
        "OK",
        "397",
        "0.0011",
        "0.0131",
        "1.0787",
        "0.0033",
        "OK",
        "0.0011",
        "0.0136",
        "1.0428",
        "0.0034",
        "OK",
        "0.0049",
        "0.0587",
        "0.2411",
        "0.0147",
        "OK"
      ],
      [
        "2",
        "RX(RS)",
        "9F",
        "4.0000",
        "1.0000",
        "0.0300",
        "368",
        "0.0013",
        "0.0156",
        "0.0039",
        "OK",
        "0.0012",
        "0.0142",
        "1.1026",
        "0.0035",
        "OK",
        "0.0012",
        "0.0143",
        "1.0930",
        "0.0036",
        "OK",
        "361",
        "0.0012",
        "0.0145",
        "1.0817",
        "0.0036",
        "OK",
        "0.0012",
        "0.0150",
        "1.0439",
        "0.0037",
        "OK",
        "0.0047",
        "0.0563",
        "0.2779",
        "0.0141",
        "OK"
      ],
      [
        "3",
        "RX(RS)",
        "8F",
        "4.0000",
        "1.0000",
        "0.0300",
        "332",
        "0.0014",
        "0.0172",
        "0.0043",
        "OK",
        "0.0013",
        "0.0155",
        "1.1087",
        "0.0039",
        "OK",
        "0.0013",
        "0.0157",
        "1.0969",
        "0.0039",
        "OK",
        "325",
        "0.0013",
        "0.0159",
        "1.0866",
        "0.0040",
        "OK",
        "0.0014",
        "0.0165",
        "1.0461",
        "0.0041",
        "OK",
        "0.0054",
        "0.0649",
        "0.2653",
        "0.0162",
        "OK"
      ],
      [
        "4",
        "RX(RS)",
        "7F",
        "4.0000",
        "1.0000",
        "0.0300",
        "296",
        "0.0015",
        "0.0184",
        "0.0046",
        "OK",
        "0.0014",
        "0.0165",
        "1.1189",
        "0.0041",
        "OK",
        "0.0014",
        "0.0167",
        "1.1050",
        "0.0042",
        "OK",
        "289",
        "0.0014",
        "0.0168",
        "1.0943",
        "0.0042",
        "OK",
        "0.0015",
        "0.0175",
        "1.0503",
        "0.0044",
        "OK",
        "0.0059",
        "0.0706",
        "0.2607",
        "0.0177",
        "OK"
      ],
      [
        "5",
        "RX(RS)",
        "6F",
        "4.0000",
        "1.0000",
        "0.0300",
        "260",
        "0.0016",
        "0.0196",
        "0.0049",
        "OK",
        "0.0015",
        "0.0175",
        "1.1257",
        "0.0044",
        "OK",
        "0.0015",
        "0.0177",
        "1.1098",
        "0.0044",
        "OK",
        "253",
        "0.0015",
        "0.0179",
        "1.0996",
        "0.0045",
        "OK",
        "0.0016",
        "0.0187",
        "1.0532",
        "0.0047",
        "OK",
        "0.0063",
        "0.0753",
        "0.2608",
        "0.0188",
        "OK"
      ],
      [
        "6",
        "RX(RS)",
        "5F",
        "4.0000",
        "1.0000",
        "0.0300",
        "224",
        "0.0017",
        "0.0205",
        "0.0051",
        "OK",
        "0.0015",
        "0.0180",
        "1.1338",
        "0.0045",
        "OK",
        "0.0015",
        "0.0183",
        "1.1156",
        "0.0046",
        "OK",
        "217",
        "0.0015",
        "0.0185",
        "1.1058",
        "0.0046",
        "OK",
        "0.0016",
        "0.0194",
        "1.0564",
        "0.0048",
        "OK",
        "0.0065",
        "0.0783",
        "0.2614",
        "0.0196",
        "OK"
      ],
      [
        "7",
        "RX(RS)",
        "4F",
        "4.0000",
        "1.0000",
        "0.0300",
        "188",
        "0.0017",
        "0.0210",
        "0.0052",
        "OK",
        "0.0015",
        "0.0184",
        "1.1413",
        "0.0046",
        "OK",
        "0.0016",
        "0.0187",
        "1.1206",
        "0.0047",
        "OK",
        "181",
        "0.0016",
        "0.0189",
        "1.1115",
        "0.0047",
        "OK",
        "0.0017",
        "0.0198",
        "1.0595",
        "0.0050",
        "OK",
        "0.0067",
        "0.0799",
        "0.2627",
        "0.0200",
        "OK"
      ],
      [
        "8",
        "RX(RS)",
        "3F",
        "4.0000",
        "1.0000",
        "0.0300",
        "152",
        "0.0017",
        "0.0208",
        "0.0052",
        "OK",
        "0.0015",
        "0.0182",
        "1.1432",
        "0.0046",
        "OK",
        "0.0015",
        "0.0186",
        "1.1216",
        "0.0046",
        "OK",
        "145",
        "0.0016",
        "0.0187",
        "1.1127",
        "0.0047",
        "OK",
        "0.0016",
        "0.0196",
        "1.0607",
        "0.0049",
        "OK",
        "0.0066",
        "0.0790",
        "0.2634",
        "0.0198",
        "OK"
      ],
      [
        "9",
        "RX(RS)",
        "2F",
        "4.0000",
        "1.0000",
        "0.0300",
        "116",
        "0.0017",
        "0.0204",
        "0.0051",
        "OK",
        "0.0015",
        "0.0178",
        "1.1503",
        "0.0044",
        "OK",
        "0.0015",
        "0.0182",
        "1.1259",
        "0.0045",
        "OK",
        "109",
        "0.0015",
        "0.0183",
        "1.1180",
        "0.0046",
        "OK",
        "0.0016",
        "0.0192",
        "1.0640",
        "0.0048",
        "OK",
        "0.0064",
        "0.0770",
        "0.2657",
        "0.0192",
        "OK"
      ],
      [
        "10",
        "RX(RS)",
        "1F",
        "4.5000",
        "1.0000",
        "0.0300",
        "80",
        "0.0018",
        "0.0214",
        "0.0048",
        "OK",
        "0.0015",
        "0.0185",
        "1.1562",
        "0.0041",
        "OK",
        "0.0016",
        "0.0190",
        "1.1290",
        "0.0042",
        "OK",
        "73",
        "0.0016",
        "0.0191",
        "1.1223",
        "0.0042",
        "OK",
        "0.0017",
        "0.0201",
        "1.0671",
        "0.0045",
        "OK",
        "0.0066",
        "0.0796",
        "0.2688",
        "0.0177",
        "OK"
      ],
      [
        "11",
        "RX(RS)",
        "B1",
        "4.5000",
        "1.0000",
        "0.0300",
        "1",
        "0.0015",
        "0.0185",
        "0.0041",
        "OK",
        "0.0013",
        "0.0158",
        "1.1758",
        "0.0035",
        "OK",
        "0.0014",
        "0.0162",
        "1.1436",
        "0.0036",
        "OK",
        "10",
        "0.0014",
        "0.0163",
        "1.1375",
        "0.0036",
        "OK",
        "0.0014",
        "0.0172",
        "1.0793",
        "0.0038",
        "OK",
        "0.0056",
        "0.0675",
        "0.2746",
        "0.0150",
        "OK"
      ],
      [
        "12",
        "RX(RS)",
        "B2",
        "5.0000",
        "1.0000",
        "0.0300",
        "98482",
        "0.0010",
        "0.0125",
        "0.0025",
        "OK",
        "0.0008",
        "0.0102",
        "1.2238",
        "0.0020",
        "OK",
        "0.0009",
        "0.0104",
        "1.1923",
        "0.0021",
        "OK",
        "44",
        "0.0009",
        "0.0106",
        "1.1715",
        "0.0021",
        "OK",
        "0.0009",
        "0.0113",
        "1.1067",
        "0.0023",
        "OK",
        "0.0037",
        "0.0439",
        "0.2839",
        "0.0088",
        "OK"
      ],
      [
        "13",
        "RY(RS)",
        "10F",
        "4.0000",
        "1.0000",
        "0.0300",
        "412",
        "0.0017",
        "0.0209",
        "0.0052",
        "OK",
        "0.0015",
        "0.0179",
        "1.1679",
        "0.0045",
        "OK",
        "0.0015",
        "0.0184",
        "1.1342",
        "0.0046",
        "OK",
        "397",
        "0.0015",
        "0.0178",
        "1.1717",
        "0.0045",
        "OK",
        "0.0017",
        "0.0203",
        "1.0293",
        "0.0051",
        "OK",
        "0.0051",
        "0.0607",
        "0.3446",
        "0.0152",
        "OK"
      ],
      [
        "14",
        "RY(RS)",
        "9F",
        "4.0000",
        "1.0000",
        "0.0300",
        "376",
        "0.0019",
        "0.0224",
        "0.0056",
        "OK",
        "0.0016",
        "0.0186",
        "1.2040",
        "0.0047",
        "OK",
        "0.0016",
        "0.0197",
        "1.1358",
        "0.0049",
        "OK",
        "361",
        "0.0015",
        "0.0186",
        "1.2073",
        "0.0046",
        "OK",
        "0.0018",
        "0.0215",
        "1.0447",
        "0.0054",
        "OK",
        "0.0052",
        "0.0621",
        "0.3610",
        "0.0155",
        "OK"
      ],
      [
        "15",
        "RY(RS)",
        "8F",
        "4.0000",
        "1.0000",
        "0.0300",
        "336",
        "0.0020",
        "0.0242",
        "0.0061",
        "OK",
        "0.0016",
        "0.0192",
        "1.2653",
        "0.0048",
        "OK",
        "0.0017",
        "0.0210",
        "1.1542",
        "0.0052",
        "OK",
        "325",
        "0.0016",
        "0.0191",
        "1.2679",
        "0.0048",
        "OK",
        "0.0019",
        "0.0227",
        "1.0671",
        "0.0057",
        "OK",
        "0.0058",
        "0.0700",
        "0.3462",
        "0.0175",
        "OK"
      ],
      [
        "16",
        "RY(RS)",
        "7F",
        "4.0000",
        "1.0000",
        "0.0300",
        "300",
        "0.0022",
        "0.0260",
        "0.0065",
        "OK",
        "0.0016",
        "0.0193",
        "1.3429",
        "0.0048",
        "OK",
        "0.0018",
        "0.0217",
        "1.1970",
        "0.0054",
        "OK",
        "289",
        "0.0016",
        "0.0193",
        "1.3454",
        "0.0048",
        "OK",
        "0.0020",
        "0.0235",
        "1.1035",
        "0.0059",
        "OK",
        "0.0065",
        "0.0776",
        "0.3349",
        "0.0194",
        "OK"
      ],
      [
        "17",
        "RY(RS)",
        "6F",
        "4.0000",
        "1.0000",
        "0.0300",
        "264",
        "0.0024",
        "0.0284",
        "0.0071",
        "OK",
        "0.0016",
        "0.0194",
        "1.4636",
        "0.0049",
        "OK",
        "0.0019",
        "0.0225",
        "1.2614",
        "0.0056",
        "OK",
        "253",
        "0.0016",
        "0.0194",
        "1.4657",
        "0.0048",
        "OK",
        "0.0020",
        "0.0244",
        "1.1664",
        "0.0061",
        "OK",
        "0.0069",
        "0.0827",
        "0.3434",
        "0.0207",
        "OK"
      ],
      [
        "18",
        "RY(RS)",
        "5F",
        "4.0000",
        "1.0000",
        "0.0300",
        "228",
        "0.0025",
        "0.0303",
        "0.0076",
        "OK",
        "0.0016",
        "0.0191",
        "1.5884",
        "0.0048",
        "OK",
        "0.0019",
        "0.0229",
        "1.3214",
        "0.0057",
        "OK",
        "217",
        "0.0016",
        "0.0191",
        "1.5902",
        "0.0048",
        "OK",
        "0.0021",
        "0.0248",
        "1.2207",
        "0.0062",
        "OK",
        "0.0071",
        "0.0853",
        "0.3552",
        "0.0213",
        "OK"
      ],
      [
        "19",
        "RY(RS)",
        "4F",
        "4.0000",
        "1.0000",
        "0.0300",
        "192",
        "0.0027",
        "0.0320",
        "0.0080",
        "OK",
        "0.0015",
        "0.0184",
        "1.7371",
        "0.0046",
        "OK",
        "0.0019",
        "0.0231",
        "1.3867",
        "0.0058",
        "OK",
        "181",
        "0.0015",
        "0.0184",
        "1.7380",
        "0.0046",
        "OK",
        "0.0021",
        "0.0250",
        "1.2800",
        "0.0062",
        "OK",
        "0.0072",
        "0.0859",
        "0.3721",
        "0.0215",
        "OK"
      ],
      [
        "20",
        "RY(RS)",
        "3F",
        "4.0000",
        "1.0000",
        "0.0300",
        "156",
        "0.0026",
        "0.0314",
        "0.0079",
        "OK",
        "0.0014",
        "0.0170",
        "1.8457",
        "0.0043",
        "OK",
        "0.0018",
        "0.0220",
        "1.4282",
        "0.0055",
        "OK",
        "145",
        "0.0014",
        "0.0170",
        "1.8471",
        "0.0043",
        "OK",
        "0.0020",
        "0.0240",
        "1.3080",
        "0.0060",
        "OK",
        "0.0070",
        "0.0844",
        "0.3727",
        "0.0211",
        "OK"
      ],
      [
        "21",
        "RY(RS)",
        "2F",
        "4.0000",
        "1.0000",
        "0.0300",
        "120",
        "0.0027",
        "0.0319",
        "0.0080",
        "OK",
        "0.0013",
        "0.0155",
        "2.0523",
        "0.0039",
        "OK",
        "0.0018",
        "0.0212",
        "1.5018",
        "0.0053",
        "OK",
        "109",
        "0.0013",
        "0.0155",
        "2.0518",
        "0.0039",
        "OK",
        "0.0019",
        "0.0233",
        "1.3683",
        "0.0058",
        "OK",
        "0.0067",
        "0.0804",
        "0.3963",
        "0.0201",
        "OK"
      ],
      [
        "22",
        "RY(RS)",
        "1F",
        "4.5000",
        "1.0000",
        "0.0300",
        "84",
        "0.0029",
        "0.0345",
        "0.0077",
        "OK",
        "0.0012",
        "0.0150",
        "2.3012",
        "0.0033",
        "OK",
        "0.0018",
        "0.0218",
        "1.5775",
        "0.0049",
        "OK",
        "73",
        "0.0013",
        "0.0150",
        "2.2962",
        "0.0033",
        "OK",
        "0.0020",
        "0.0242",
        "1.4261",
        "0.0054",
        "OK",
        "0.0069",
        "0.0829",
        "0.4156",
        "0.0184",
        "OK"
      ],
      [
        "23",
        "RY(RS)",
        "B1",
        "4.5000",
        "1.0000",
        "0.0300",
        "21",
        "0.0026",
        "0.0307",
        "0.0068",
        "OK",
        "0.0010",
        "0.0116",
        "2.6441",
        "0.0026",
        "OK",
        "0.0015",
        "0.0185",
        "1.6619",
        "0.0041",
        "OK",
        "10",
        "0.0010",
        "0.0117",
        "2.6262",
        "0.0026",
        "OK",
        "0.0017",
        "0.0207",
        "1.4811",
        "0.0046",
        "OK",
        "0.0058",
        "0.0698",
        "0.4395",
        "0.0155",
        "OK"
      ],
      [
        "24",
        "RY(RS)",
        "B2",
        "5.0000",
        "1.0000",
        "0.0300",
        "52",
        "0.0015",
        "0.0186",
        "0.0037",
        "OK",
        "0.0005",
        "0.0064",
        "2.8934",
        "0.0013",
        "OK",
        "0.0009",
        "0.0106",
        "1.7587",
        "0.0021",
        "OK",
        "44",
        "0.0005",
        "0.0066",
        "2.8206",
        "0.0013",
        "OK",
        "0.0010",
        "0.0125",
        "1.4818",
        "0.0025",
        "OK",
        "0.0040",
        "0.0476",
        "0.3901",
        "0.0095",
        "OK"
      ]
    ]
  }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • X-Direction: "STORY_DRIFT_X"

 • Y-Direction: "STORY_DRIFT_Y"

 • XY-Direction : "STORY_DRIFT_COMB"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

4

Response Unit Setting

"UNIT"

Object

System

Optional

(1)

Force

"FORCE"

String

-

Optional

(2)

Length

"DIST"

String

-

Optional

(3)

Heat

"HEAT"

String

-

Optional

(4)

Temperature

"TEMP"

String

-

Optional

5

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Default"

 • "Fixed"

 • "Scientific"

 • "General"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

6

Components of Result Table

"COMPONENTS"

Array [String]

-

Read Only

7

Load Name & Type

 • Static Load Cases

   ◦ NAME + "(ST)"

 • Load Combinations

    ◦ NAME + "(CB)"

 • Response Spectrum

    ◦ NAME + "(RS)"

    ◦ NAME + "(ES)"

"LOAD_CASE_NAMES"

Array [String]

All

Optional

8

Additional Setting

"ADDITIONAL"

Object

-

Optional

(1)

Set Story Drift Parameters Setting

"SET_STORY_DRIFT_PARAMS"

Object

-

Optional

i. Set Modification Story Drift Method

 • True : Set Response Modification method (Go to Method 1)

 • False : Set Deflect Amplification Factor (Cd) method Method 2)

"RESPONSE_MOD_FACTOR_CHECK"

Boolean

false

Optional

Method 1 : Set Response Modification method

ii. Response Modification Coefficient

 • When only set "RESPONSE_MOD_FACTOR_CHECK": true

"RESPONSE_MOD_FACTOR_VALUE"

Number

1

Optional

iii. Scale Factor Value

"SCALE_FACTOR_VALUE"

Number

1

Optional

iV. Allowable Ratio

"ALLOWABLE_RATIO"

Number

0.015

Optional

Method 2 : Set Deflect Amplification Factor (Cd) method

ii. Deflection Amplification Factor Value (Cd)

 • When only set "RESPONSE_MOD_FACTOR_CHECK": false

"DEFLECTION_AMPL_FACTOR_VALUE"

Number

1

Optional

iii. Importance Factor Value

"IMPORTANCE_FACTOR_VALUE"

Number

1.5

Optional

iV. Scale Factor Value

"SCALE_FACTOR_VALUE"

Number

1

Optional

V. Allowable Ratio

"ALLOWABLE_RATIO"

Number

0.015

Optional

Vi. Set Vertical Load Combination for defining a vertical load condition to consider the P-Delta effect

"LCOMS"

Array

[Object]

 

Optional

(1)

Vertical Load Case Name

"NAME"

String

 

Optional

(2)

Vertical Load Factor

"FACTOR"

Number

 

Optional

Vii. Define Beta value

"BETA"

Object

 

Optional

(1)

Beta value method

 • "FIXED" : fixed value, 1.0

 • "USER" : user defined values for each story can be directly entered

"FIX_USER_CHECK"

String

"FIXED"

Optional

(2)

Set Start Story to use beta value

 • When only set "FIX_USER_CHECK": "USER"

"NAME_FROM"

String

-

Optional

(3)

Set End Story to use beta value

 • When only set "FIX_USER_CHECK": "USER"

"NAME_TO"

String

-

Optional

(4)

User defined beta value

 • When only set "FIX_USER_CHECK": "USER"

"VALUE"

Number

0

Optional

(2)

Set Additional Story Drift Calculation Method

 • "DRIFT_AT_THE_CENTER_OF_MASS"

 • "AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"

 • "DRIFT_OF_A_VERTICAL_LINE_ON_SELECTED_NODE"

 • "AVERAGE_DRIFT_OF_VERTICAL_LINES_ON_SELECTED_NODES"

 • "SHEAR_WEIGHTED_AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"

"SET_STORY_DRIFT_CALCULATION_METHOD"

Object [String]

"DRIFT_AT_THE_CENTER_OF_MASS"

Optional

i. Drift at the Center of Mass "DRIFT_AT_THE_CENTER_OF_MASS"

Boolean

true

Optional

ii. Average Drift of Vertical Elements "AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"

Boolean

false

Optional

iii. Drift of a Vertical Line on Selected Node "DRIFT_OF_A_VERTICAL_LINE_ON_SELECTED_NODE"

Object

-

Optional

(1) X Direction

"X_DIR"

Integer

-

Required

(2) Y Direction

"Y_DIR"

Integer

-

Required

(3) Combined

"COMBINED"

Integer

-

Required

iV. Average Drift of Vertical Lines on Selected Nodes

"AVERAGE_DRIFT_OF_VERTICAL_LINES_ON_SELECTED_NODES"

Object

-

Optional

(1) X Direction

"X_DIR"

Array [Integer]

-

Required

(2) Y Direction

"Y_DIR"

Array [Integer]

-

Required

(3) Combined

"COMBINED"

Array [Integer]

-

Required

V. Shear-Weighted Average Drift of Vertical Elements

"SHEAR_WEIGHTED_AVERAGE_DRIFT_OF_VERTICAL_ELEMENTS"

Boolean

false

Optional

0
Was this article helpful?