Skip to main content
JSON Manual Created Edited

Story Weight

Input URI

{base url} + POST/TABLE



 

Active Methods

Post

Input JSON format example of result table - Story Weight Table

Input JSON Data Example - Story Weight Table

{
    "Argument": {
        "TABLE_NAME": "Example",
        "TABLE_TYPE": "STORYWEIGHT",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\StoryWeight_Out.JSON"
    }
}

Output JSON format example of result table - Story Weight Table

Output JSON Data Example -Story Weight Table

{
    "Example": {
        "FORCE": "N",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "Truss",
            "Beam",
            "Membrane",
            "Plate",
            "Wall",
            "Solid",
            "Sum"
        ],
        "DATA": [
            [
                "1",
                "Roof",
                "50.0000",
                "0.000e+00",
                "3.575e+06",
                "0.000e+00",
                "0.000e+00",
                "3.785e+05",
                "0.000e+00",
                "3.954e+06"
            ],
            [
                "2",
                "12F",
                "46.0000",
                "0.000e+00",
                "3.926e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.682e+06"
            ],
            [
                "3",
                "11F",
                "42.0000",
                "0.000e+00",
                "3.926e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.682e+06"
            ],
            [
                "4",
                "10F",
                "38.0000",
                "0.000e+00",
                "4.008e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.765e+06"
            ],
            [
                "5",
                "9F",
                "34.0000",
                "0.000e+00",
                "4.091e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.848e+06"
            ],
            [
                "6",
                "8F",
                "30.0000",
                "0.000e+00",
                "4.106e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.863e+06"
            ],
            [
                "7",
                "7F",
                "26.0000",
                "0.000e+00",
                "4.121e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.878e+06"
            ],
            [
                "8",
                "6F",
                "22.0000",
                "0.000e+00",
                "4.240e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "4.997e+06"
            ],
            [
                "9",
                "5F",
                "18.0000",
                "0.000e+00",
                "4.392e+06",
                "0.000e+00",
                "0.000e+00",
                "7.569e+05",
                "0.000e+00",
                "5.149e+06"
            ],
            [
                "10",
                "4F",
                "14.0000",
                "0.000e+00",
                "4.633e+06",
                "0.000e+00",
                "0.000e+00",
                "8.042e+05",
                "0.000e+00",
                "5.437e+06"
            ],
            [
                "11",
                "3F",
                "9.5000",
                "0.000e+00",
                "4.873e+06",
                "0.000e+00",
                "0.000e+00",
                "8.515e+05",
                "0.000e+00",
                "5.725e+06"
            ],
            [
                "12",
                "2F",
                "5.0000",
                "0.000e+00",
                "5.096e+06",
                "0.000e+00",
                "0.000e+00",
                "8.282e+05",
                "0.000e+00",
                "5.925e+06"
            ],
            [
                "13",
                "1F",
                "0.0000",
                "0.000e+00",
                "1.047e+06",
                "0.000e+00",
                "0.000e+00",
                "4.025e+05",
                "0.000e+00",
                "1.450e+06"
            ]
        ]
    }
}

 

 

 

Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name (Output Title)

"TABLE_NAME"

String

empty

Optional

2

Result Table Type

"TABLE_TYPE"

String

Required

3

Result Table Save Path (JSON Format)

"EXPORT_PATH"

String

Optional

0
Was this article helpful?