Skip to main content
JSON Manual Created Edited

Inelastic Hinge Deformation - TH Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "TableName"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "IEHG_DEFORM_LUMPED",
                            "IEHG_DEFORM_DIST",
                            "IEHG_DEFORM_WALL",
                            "IEHG_DEFORM_TRUSS",
                            "IEHG_DEFORM_SPRING"
                        ]
                    },
                    "EXPORT_PATH": {
                        "type": "string",
                        "description": "ResultTableSavePath"
                    },
                    "UNIT": {
                        "type": "object",
                        "description": "ResponseUnitSetting",
                        "properties": {
                            "FORCE": {
                                "type": "string",
                                "description": "Force"
                            },
                            "DIST": {
                                "type": "string",
                                "description": "Length"
                            },
                            "HEAT": {
                                "type": "string",
                                "description": "Heat"
                            },
                            "TEMP": {
                                "type": "string",
                                "description": "Temperature"
                            }
                        }
                    },
                    "STYLES": {
                        "type": "object",
                        "description": "ResponseNumberFormat",
                        "properties": {
                            "FORMAT": {
                                "type": "string",
                                "description": "Numberformat",
                                "enum": [
                                    "Default",
                                    "Fixed",
                                    "Scientific",
                                    "General"
                                ]
                            },
                            "PLACE": {
                                "type": "integer",
                                "description": "Digitplace"
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "array",
                        "description": "ComponentsofResultTable",
                        "items": {
                            "type": "string"
                        }
                    },
                    "TH_LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "TimeHistoryLoadCaseName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Lumped

{
    "Argument": {
        "TABLE_NAME": "Lumped",
        "TABLE_TYPE": "IEHG_DEFORM_LUMPED",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Distributed

{
    "Argument": {
        "TABLE_NAME": "Distributed",
        "TABLE_TYPE": "IEHG_DEFORM_DIST",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Wall

{
    "Argument": {
        "TABLE_NAME": "Wall",
        "TABLE_TYPE": "IEHG_DEFORM_WALL",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "WallID",
            "Story",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Truss

{
    "Argument": {
        "TABLE_NAME": "Truss",
        "TABLE_TYPE": "IEHG_DEFORM_TRUSS",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Spring

{
    "Argument": {
        "TABLE_NAME": "Spring",
        "TABLE_TYPE": "IEHG_DEFORM_SPRING",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "GeneralLink/No",
            "GeneralLink/Prop.",
            "GeneralLink/Node1",
            "GeneralLink/Node2",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}


Response Examples

Lumped

{
    "Lumped": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "3",
                "Center",
                "Column",
                "Elcent(max)",
                "0.004969955422",
                "3.099999904633",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "2",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "0.003640656127",
                "3.200000047684",
                "0.004381065723",
                "2.599999904633",
                "-",
                "-",
                "0.053212597966",
                "2.599999904633",
                "0.057932153344",
                "2.099999904633"
            ],
            [
                "3",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "0.003640656127",
                "3.200000047684",
                "0.004381065723",
                "2.599999904633",
                "-",
                "-",
                "0.035391315818",
                "2.599999904633",
                "0.048033103347",
                "2.099999904633"
            ],
            [
                "4",
                "3",
                "Center",
                "Column",
                "Elcent(min)",
                "-0.000017370623",
                "0.800000011921",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "5",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "-0.004953552037",
                "2.599999904633",
                "-0.002843100810",
                "2.299999952316",
                "-",
                "-",
                "-0.056272659451",
                "2.099999904633",
                "-0.061685919762",
                "2.599999904633"
            ],
            [
                "6",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "-0.004953552037",
                "2.599999904633",
                "-0.002843100810",
                "2.299999952316",
                "-",
                "-",
                "-0.046248480678",
                "2.099999904633",
                "-0.041535876691",
                "2.599999904633"
            ]
        ]
    }
}

Distributed

{
    "Distributed": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "0.004527841229",
                "3.099999904633",
                "0.002804969903",
                "3.200000047684",
                "0.003394920612",
                "2.700000047684",
                "-",
                "-",
                "0.170683547854",
                "2.700000047684",
                "0.211010187864",
                "3.200000047684"
            ],
            [
                "2",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "0.004527841229",
                "3.099999904633",
                "0.002804969903",
                "3.200000047684",
                "0.003394920612",
                "2.700000047684",
                "-",
                "-",
                "0.130921468139",
                "2.599999904633",
                "0.176780045033",
                "3.200000047684"
            ],
            [
                "3",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "0.004527841229",
                "3.099999904633",
                "0.002804969903",
                "3.200000047684",
                "0.003394920612",
                "2.700000047684",
                "-",
                "-",
                "0.091863691807",
                "2.599999904633",
                "0.143675625324",
                "2.099999904633"
            ],
            [
                "4",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "-0.000017211358",
                "0.800000011921",
                "-0.003488404676",
                "2.700000047684",
                "-0.002587994793",
                "2.299999952316",
                "-",
                "-",
                "-0.186841145158",
                "5.000000000000",
                "-0.190756365657",
                "2.599999904633"
            ],
            [
                "5",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "-0.000017211358",
                "0.800000011921",
                "-0.003488404676",
                "2.700000047684",
                "-0.002587994793",
                "2.299999952316",
                "-",
                "-",
                "-0.156915083528",
                "5.000000000000",
                "-0.148510068655",
                "2.599999904633"
            ],
            [
                "6",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "-0.000017211358",
                "0.800000011921",
                "-0.003488404676",
                "2.700000047684",
                "-0.002587994793",
                "2.299999952316",
                "-",
                "-",
                "-0.141846746206",
                "2.099999904633",
                "-0.106263779104",
                "2.599999904633"
            ]
        ]
    }
}

Wall

{
    "Wall": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "WallID",
            "Story",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "1",
                "1F",
                "Center",
                "Wall_Plate",
                "Elcent(max)",
                "0.00213377154432237",
                "2.20000004768372",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "2",
                "1",
                "1F",
                "I",
                "Wall_Plate",
                "Elcent(max)",
                "-",
                "-",
                "0.000182116811629385",
                "4.59999990463257",
                "1.52345610331395e-05",
                "5",
                "-",
                "-",
                "0.0005473448545672",
                "4.5",
                "0.0502151548862457",
                "2.40000009536743"
            ],
            [
                "3",
                "1",
                "1F",
                "J",
                "Wall_Plate",
                "Elcent(max)",
                "-",
                "-",
                "0.000182116811629385",
                "4.59999990463257",
                "1.52345610331395e-05",
                "5",
                "-",
                "-",
                "8.29750279081054e-05",
                "1.70000004768372",
                "0.0495535135269165",
                "2.20000004768372"
            ],
            [
                "4",
                "3",
                "1F",
                "Center",
                "Wall_Membrane",
                "Elcent(max)",
                "0.00152708380483091",
                "4.59999990463257",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "5",
                "3",
                "1F",
                "I",
                "Wall_Membrane",
                "Elcent(max)",
                "-",
                "-",
                "-",
                "-",
                "1.52345601236448e-05",
                "5",
                "-",
                "-",
                "0.0005473448545672",
                "4.5",
                "-",
                "-"
            ],
            [
                "6",
                "3",
                "1F",
                "J",
                "Wall_Membrane",
                "Elcent(max)",
                "-",
                "-",
                "-",
                "-",
                "1.52345601236448e-05",
                "5",
                "-",
                "-",
                "8.29750279081054e-05",
                "1.70000004768372",
                "-",
                "-"
            ],
            [
                "7",
                "1",
                "1F",
                "Center",
                "Wall_Plate",
                "Elcent(min)",
                "-1.27541534311604e-05",
                "0.699999988079071",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "8",
                "1",
                "1F",
                "I",
                "Wall_Plate",
                "Elcent(min)",
                "-",
                "-",
                "-0.000398272211896256",
                "2.20000004768372",
                "-1.88819667528151e-05",
                "2.09999990463257",
                "-",
                "-",
                "-0.00069273472763598",
                "2.09999990463257",
                "-0.0618509761989117",
                "2.20000004768372"
            ],
            [
                "9",
                "1",
                "1F",
                "J",
                "Wall_Plate",
                "Elcent(min)",
                "-",
                "-",
                "-0.000398272211896256",
                "2.20000004768372",
                "-1.88819667528151e-05",
                "2.09999990463257",
                "-",
                "-",
                "-5.87827926210593e-05",
                "4.30000019073486",
                "-0.0396916680037975",
                "2.40000009536743"
            ],
            [
                "10",
                "3",
                "1F",
                "Center",
                "Wall_Membrane",
                "Elcent(min)",
                "-3.88035405194387e-05",
                "1.20000004768372",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "11",
                "3",
                "1F",
                "I",
                "Wall_Membrane",
                "Elcent(min)",
                "-",
                "-",
                "-",
                "-",
                "-1.88819667528151e-05",
                "2.09999990463257",
                "-",
                "-",
                "-0.00069273472763598",
                "2.09999990463257",
                "-",
                "-"
            ],
            [
                "12",
                "3",
                "1F",
                "J",
                "Wall_Membrane",
                "Elcent(min)",
                "-",
                "-",
                "-",
                "-",
                "-1.88819667528151e-05",
                "2.09999990463257",
                "-",
                "-",
                "-5.87827926210593e-05",
                "4.30000019073486",
                "-",
                "-"
            ]
        ]
    }
}

Truss

{
    "Truss": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time"
        ],
        "DATA": [
            [
                "1",
                "49",
                "Truss",
                "Elcent(max)",
                "0.001163915265",
                "2.099999904633"
            ],
            [
                "2",
                "49",
                "Truss",
                "Elcent(min)",
                "-0.000726116123",
                "1.799999952316"
            ]
        ]
    }
}

Spring

{
    "Spring": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "GeneralLink/No",
            "GeneralLink/Prop.",
            "GeneralLink/Node1",
            "GeneralLink/Node2",
            "InelasticHingeProp.",
            "Load",
            "Dx/Deform",
            "Dx/Time",
            "Dy/Deform",
            "Dy/Time",
            "Dz/Deform",
            "Dz/Time",
            "Rx/Deform",
            "Rx/Time",
            "Ry/Deform",
            "Ry/Time",
            "Rz/Deform",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(max)",
                "0.500326693058",
                "2.400000095367",
                "0.450886249542",
                "3.200000047684",
                "0.515048980713",
                "2.599999904633",
                "0.047441113740",
                "4.599999904633",
                "0.145233273506",
                "2.400000095367",
                "0.117942251265",
                "2.099999904633"
            ],
            [
                "2",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(min)",
                "-0.669099271297",
                "2.000000000000",
                "-0.554593801498",
                "2.599999904633",
                "-0.516729116440",
                "5.000000000000",
                "-0.048638205975",
                "5.000000000000",
                "-0.114528276026",
                "2.099999904633",
                "-0.134080365300",
                "2.400000095367"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Deformation - Lumped: "IEHG_DEFORM_LUMPED"

 • Deformation - Distributed: "IEHG_DEFORM_DIST"

 • Deformation - Wall: "IEHG_DEFORM_WALL"

 • Deformation - Truss: "IEHG_DEFORM_TRUSS"

 • Deformation - Spring: "IEHG_DEFORM_SPRING"

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

All

Optional

7

Time History Load Case Name

 • NAME

 • NAME + "(TH:all)"

 • NAME + "(TH:max)"

 • NAME + "(TH:min)"

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?