Skip to main content
JSON Manual Created Edited

Story Displacement(X,Y,Combined) - Story Result Table

Input URI

{base url} + POST/TABLE



Active Methods

Post



JSON Schema

Details



Request Examples

Story Displacement (X)

{
    "Argument": {
        "TABLE_NAME": "STORY_DISPLACEMENT_X",
        "TABLE_TYPE": "STORY_DISPLACEMENT_X",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 4
        },
        "LOAD_CASE_NAMES": [
            "RX(RS)"
        ]
    }
}  

Story Displacement (Y)

{
    "Argument": {
        "TABLE_NAME": "STORY_DISPLACEMENT_Y",
        "TABLE_TYPE": "STORY_DISPLACEMENT_Y",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 4
        },
        "LOAD_CASE_NAMES": [
            "RY(RS)"
        ]
    }
}  

Story Displacement (Comb)

{
    "Argument": {
        "TABLE_NAME": "STORY_DISPLACEMENT_COMB",
        "TABLE_TYPE": "STORY_DISPLACEMENT_COMB",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 4
        },
        "LOAD_CASE_NAMES": [
            "gLCB1(CB)"
        ]
    }
}


Response Examples

Story Displacement (X)

{
    "STORY_DISPLACEMENT_X": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "LoadCase",
            "Node",
            "Story",
            "Level",
            "StoryHeight",
            "MaximumDisplacement",
            "AverageDisplacement",
            "Maximum/Average"
        ],
        "DATA": [
            [
                "1",
                "RX(RS)",
                "5004",
                "2F",
                "11.5000",
                "0.0000",
                "0.0070",
                "0.0070",
                "1.0000"
            ],
            [
                "2",
                "RX(RS)",
                "47",
                "1F",
                "5.5000",
                "6.0000",
                "0.0031",
                "0.0030",
                "1.0283"
            ],
            [
                "3",
                "RX(RS)",
                "0",
                "B1",
                "-2.7000",
                "8.2000",
                "0.0000",
                "0.0000",
                "0.0000"
            ]
        ]
    }
}

Story Displacement (Y)

{
    "STORY_DISPLACEMENT_Y": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "LoadCase",
            "Node",
            "Story",
            "Level",
            "StoryHeight",
            "MaximumDisplacement",
            "AverageDisplacement",
            "Maximum/Average"
        ],
        "DATA": [
            [
                "1",
                "RY(RS)",
                "5004",
                "2F",
                "11.5000",
                "0.0000",
                "0.0096",
                "0.0063",
                "1.5239"
            ],
            [
                "2",
                "RY(RS)",
                "45",
                "1F",
                "5.5000",
                "6.0000",
                "0.0050",
                "0.0023",
                "2.2059"
            ],
            [
                "3",
                "RY(RS)",
                "0",
                "B1",
                "-2.7000",
                "8.2000",
                "0.0000",
                "0.0000",
                "0.0000"
            ]
        ]
    }
}

Story Displacement (Comb)

{
    "STORY_DISPLACEMENT_COMB": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "LoadCase",
            "Node",
            "Story",
            "Level",
            "StoryHeight",
            "MaximumDisplacement",
            "AverageDisplacement",
            "Maximum/Average"
        ],
        "DATA": [
            [
                "1",
                "gLCB1",
                "5004",
                "2F",
                "11.5000",
                "0.0000",
                "0.0076",
                "0.0073",
                "1.0442"
            ],
            [
                "2",
                "gLCB1",
                "48",
                "1F",
                "5.5000",
                "6.0000",
                "0.0034",
                "0.0031",
                "1.1066"
            ],
            [
                "3",
                "gLCB1",
                "0",
                "B1",
                "-2.7000",
                "8.2000",
                "0.0000",
                "0.0000",
                "0.0000"
            ]
        ]
    }
}



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_DISPLACEMENT_X"

 • Y-Direction: "STORY_DISPLACEMENT_Y"

 • XY-Direction: "STORY_DISPLACEMENT_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)"

   ◦ NAME + "(CB:all)"

   ◦ NAME + "(CB:max)"

   ◦ NAME + "(CB:min)"

 • Response Spectrum

   ◦ NAME + "(RS)"

   ◦ NAME + "(ES)"

 • Moving Load

   ◦ NAME + "(MV)"

 • Settlement Load

   ◦ NAME + "(SM)"

 • Time History Load

   ◦ NAME + "(TH)"

"LOAD_CASE_NAMES"

Array [String]

All

Optional

0
Was this article helpful?