Skip to main content
JSON Manual Created Edited

Story Shear Force(R.S.Analysis) - Story Result Table

Input URI

{base url} + POST/TABLE



Active Methods

Post



JSON Schema

Details



Request Examples

Story Shear Force(R.S.Analysis)

{
    "Argument": {
        "TABLE_NAME": "Example",
        "TABLE_TYPE": "STORY_SHEAR_FOR_RS",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "MM"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "LOAD_CASE_NAMES": [
            "Rx(RS)",
            "Ry(RS)"
        ]
    }
}


Response Examples

Story Shear Force(R.S.Analysis)

{
    "Example": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "Spectrum",
            "Inertia Force/X",
            "Inertia Force/Y",
            "Shear Force/Spring Reactions/X",
            "Shear Force/Spring Reactions/Y",
            "Shear Force/Without Spring/X",
            "Shear Force/Without Spring/Y",
            "Shear Force/With Spring/X",
            "Shear Force/With Spring/Y",
            "Eccentricity",
            "Story Force",
            "Eccentric Moment"
        ],
        "DATA": [
            [
                "1",
                "2F",
                "11.500000000000",
                "RX(RS)",
                "5.942538531202",
                "-1.613724870840",
                "0.000000000000",
                "0.000000000000",
                "94.786719429559",
                "19.670201963351",
                "94.786719429559",
                "19.670201963351",
                "0.000000000000",
                "5.942538531202",
                "0.000000000000"
            ],
            [
                "2",
                "1F",
                "5.500000000000",
                "RX(RS)",
                "221.541050939569",
                "-42.341549309289",
                "0.000000000000",
                "0.000000000000",
                "732.983113710330",
                "140.189527295489",
                "732.983113710330",
                "140.189527295489",
                "0.445000000000",
                "221.541050939569",
                "98.585767668110"
            ],
            [
                "3",
                "B1",
                "-2.700000000000",
                "RX(RS)",
                "-843.540350995243",
                "299.704126801324",
                "0.000000000000",
                "0.000000000000",
                "843.540350995243",
                "299.704126801325",
                "843.540350995243",
                "299.704126801325",
                "0.445000000000",
                "843.540350995243",
                "375.375456192891"
            ],
            [
                "4",
                "2F",
                "11.500000000000",
                "RY(RS)",
                "1.586221247389",
                "5.573166933937",
                "0.000000000000",
                "0.000000000000",
                "21.428444306287",
                "66.843032432873",
                "21.428444306287",
                "66.843032432873",
                "1.380000000000",
                "5.573166933937",
                "7.690970368833"
            ],
            [
                "5",
                "1F",
                "5.500000000000",
                "RY(RS)",
                "42.209610944261",
                "152.263921296959",
                "0.000000000000",
                "0.000000000000",
                "147.833433471613",
                "498.455668175406",
                "147.833433471613",
                "498.455668175406",
                "1.996250000088",
                "152.263921296959",
                "303.956852902419"
            ],
            [
                "6",
                "B1",
                "-2.700000000000",
                "RY(RS)",
                "-170.501348426108",
                "-754.959923876516",
                "0.000000000000",
                "0.000000000000",
                "170.501348426108",
                "754.959923876517",
                "170.501348426108",
                "754.959923876517",
                "1.576249999992",
                "754.959923876516",
                "1190.005580004170"
            ]
        ]
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "STORY_SHEAR_FOR_RS"

"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

• Response Spectrum

   ◦ NAME + "(RS)"

"LOAD_CASE_NAMES"

Array [String]

ALL

Optional

0
Was this article helpful?