Skip to main content
JSON Manual Created Edited

Inelastic Hinge Ductility Factor(D/D2) - 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_DUCT_D2_LUMPED",
                            "IEHG_DUCT_D2_DIST",
                            "IEHG_DUCT_D2_WALL",
                            "IEHG_DUCT_D2_TRUSS",
                            "IEHG_DUCT_D2_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_DUCT_D2_LUMPED",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/max",
            "Dx/Time",
            "Dy/max",
            "Dy/Time",
            "Dz/max",
            "Dz/Time",
            "Rx/max",
            "Rx/Time",
            "Ry/max",
            "Ry/Time",
            "Rz/max",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Distributed

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

Wall

{
    "Argument": {
        "TABLE_NAME": "Wall",
        "TABLE_TYPE": "IEHG_DUCT_D2_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/max",
            "Dx/Time",
            "Dy/max",
            "Dy/Time",
            "Dz/max",
            "Dz/Time",
            "Rx/max",
            "Rx/Time",
            "Ry/max",
            "Ry/Time",
            "Rz/max",
            "Rz/Time"
        ],
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Truss

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

Spring

{
    "Argument": {
        "TABLE_NAME": "Spring",
        "TABLE_TYPE": "IEHG_DUCT_D2_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/max",
            "Dx/Time",
            "Dy/max",
            "Dy/Time",
            "Dz/max",
            "Dz/Time",
            "Rx/max",
            "Rx/Time",
            "Ry/max",
            "Ry/Time",
            "Rz/max",
            "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/max(D/D2)",
            "Dx/Time",
            "Dy/max(D/D2)",
            "Dy/Time",
            "Dz/max(D/D2)",
            "Dz/Time",
            "Rx/max(D/D2)",
            "Rx/Time",
            "Ry/max(D/D2)",
            "Ry/Time",
            "Rz/max(D/D2)",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "3",
                "Center",
                "Column",
                "Elcent(max)",
                "27.468795776367",
                "3.099999904633",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "2",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "96.578498840332",
                "2.599999904633",
                "105.144279479980",
                "2.099999904633"
            ],
            [
                "3",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "64.233657836914",
                "2.599999904633",
                "87.177940368652",
                "2.099999904633"
            ],
            [
                "4",
                "3",
                "Center",
                "Column",
                "Elcent(min)",
                "0.016337018460",
                "0.800000011921",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "5",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "102.132369995117",
                "2.099999904633",
                "111.957199096680",
                "2.599999904633"
            ],
            [
                "6",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "83.938934326172",
                "2.099999904633",
                "75.385765075684",
                "2.599999904633"
            ]
        ]
    }
}

Distributed

{
    "Distributed": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/max(D/D2)",
            "Dx/Time",
            "Dy/max(D/D2)",
            "Dy/Time",
            "Dz/max(D/D2)",
            "Dz/Time",
            "Rx/max(D/D2)",
            "Rx/Time",
            "Ry/max(D/D2)",
            "Ry/Time",
            "Rz/max(D/D2)",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "25.025245666504",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "51.630508422852",
                "2.700000047684",
                "63.829013824463",
                "3.200000047684"
            ],
            [
                "2",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "25.025245666504",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "39.602771759033",
                "2.599999904633",
                "53.474651336670",
                "3.200000047684"
            ],
            [
                "3",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "25.025245666504",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "27.788085937500",
                "2.599999904633",
                "43.460807800293",
                "2.099999904633"
            ],
            [
                "4",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "56.518058776855",
                "5.000000000000",
                "57.702384948730",
                "2.599999904633"
            ],
            [
                "5",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "47.465644836426",
                "5.000000000000",
                "44.923194885254",
                "2.599999904633"
            ],
            [
                "6",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "42.907585144043",
                "2.099999904633",
                "32.144004821777",
                "2.599999904633"
            ]
        ]
    }
}

Wall

{
    "Wall": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "WallID",
            "Story",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/max",
            "Dx/Time",
            "Dy/max",
            "Dy/Time",
            "Dz/max",
            "Dz/Time",
            "Rx/max",
            "Rx/Time",
            "Ry/max",
            "Ry/Time",
            "Rz/max",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "1",
                "1F",
                "Center",
                "Wall_Plate",
                "Elcent(max)",
                "0",
                "0",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "2",
                "1",
                "1F",
                "I",
                "Wall_Plate",
                "Elcent(max)",
                "-",
                "-",
                "2.91787981987",
                "4.59999990463257",
                "0.244088485836983",
                "5",
                "-",
                "-",
                "0",
                "0",
                "0",
                "0"
            ],
            [
                "3",
                "1",
                "1F",
                "J",
                "Wall_Plate",
                "Elcent(max)",
                "-",
                "-",
                "2.91787981987",
                "4.59999990463257",
                "0.244088485836983",
                "5",
                "-",
                "-",
                "0",
                "0",
                "0",
                "0"
            ],
            [
                "4",
                "3",
                "1F",
                "Center",
                "Wall_Membrane",
                "Elcent(max)",
                "0",
                "0",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "5",
                "3",
                "1F",
                "I",
                "Wall_Membrane",
                "Elcent(max)",
                "-",
                "-",
                "-",
                "-",
                "0.244088470935822",
                "5",
                "-",
                "-",
                "0",
                "0",
                "-",
                "-"
            ],
            [
                "6",
                "3",
                "1F",
                "J",
                "Wall_Membrane",
                "Elcent(max)",
                "-",
                "-",
                "-",
                "-",
                "0.244088470935822",
                "5",
                "-",
                "-",
                "0",
                "0",
                "-",
                "-"
            ],
            [
                "7",
                "1",
                "1F",
                "Center",
                "Wall_Plate",
                "Elcent(min)",
                "0.0029773807618767",
                "0.699999988079071",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "8",
                "1",
                "1F",
                "I",
                "Wall_Plate",
                "Elcent(min)",
                "-",
                "-",
                "6.38112640380859",
                "2.20000004768372",
                "0.302527278661728",
                "2.09999990463257",
                "-",
                "-",
                "0",
                "0",
                "0",
                "0"
            ],
            [
                "9",
                "1",
                "1F",
                "J",
                "Wall_Plate",
                "Elcent(min)",
                "-",
                "-",
                "6.38112640380859",
                "2.20000004768372",
                "0.302527278661728",
                "2.09999990463257",
                "-",
                "-",
                "0",
                "0",
                "0",
                "0"
            ],
            [
                "10",
                "3",
                "1F",
                "Center",
                "Wall_Membrane",
                "Elcent(min)",
                "0.00905845407396555",
                "1.20000004768372",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "11",
                "3",
                "1F",
                "I",
                "Wall_Membrane",
                "Elcent(min)",
                "-",
                "-",
                "-",
                "-",
                "0.30252730846405",
                "2.09999990463257",
                "-",
                "-",
                "0",
                "0",
                "-",
                "-"
            ],
            [
                "12",
                "3",
                "1F",
                "J",
                "Wall_Membrane",
                "Elcent(min)",
                "-",
                "-",
                "-",
                "-",
                "0.30252730846405",
                "2.09999990463257",
                "-",
                "-",
                "0",
                "0",
                "-",
                "-"
            ]
        ]
    }
}

Truss

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

Spring

{
    "Spring": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "GeneralLink/No",
            "GeneralLink/Prop.",
            "GeneralLink/Node1",
            "GeneralLink/Node2",
            "InelasticHingeProp.",
            "Load",
            "Dx/max(D/D2)",
            "Dx/Time",
            "Dy/max(D/D2)",
            "Dy/Time",
            "Dz/max(D/D2)",
            "Dz/Time",
            "Rx/max(D/D2)",
            "Rx/Time",
            "Ry/max(D/D2)",
            "Ry/Time",
            "Rz/max(D/D2)",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(max)",
                "3335.511230468750",
                "2.400000095367",
                "3005.908447265630",
                "3.200000047684",
                "3433.659912109380",
                "2.599999904633",
                "3162.740966796880",
                "4.599999904633",
                "9682.218750000000",
                "2.400000095367",
                "7862.816894531250",
                "2.099999904633"
            ],
            [
                "2",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(min)",
                "4460.661621093750",
                "2.000000000000",
                "3697.291992187500",
                "2.599999904633",
                "3444.860839843750",
                "5.000000000000",
                "3242.547119140630",
                "5.000000000000",
                "7635.218261718750",
                "2.099999904633",
                "8938.690429687500",
                "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

 • Ductility Factor(D/D2) - Lumped: "IEHG_DUCT_D2_LUMPED"

 • Ductility Factor(D/D2) - Distributed: "IEHG_DUCT_D2_DIST"

 • Ductility Factor(D/D2) - Wall: "IEHG_DUCT_D2_WALL"

 • Ductility Factor(D/D2) - Truss: "IEHG_DUCT_D2_TRUSS"

 • Ductility Factor(D/D2) - Spring: "IEHG_DUCT_D2_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)"

"TH_LOAD_CASE_NAMES"

Array [String]

All

Optional



0
Was this article helpful?