Skip to main content
JSON Manual Created Edited

Inelastic Hinge Ductility Factor(D/D1) - 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_D1_LUMPED",
                            "IEHG_DUCT_D1_DIST",
                            "IEHG_DUCT_D1_WALL",
                            "IEHG_DUCT_D1_TRUSS",
                            "IEHG_DUCT_D1_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_D1_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_D1_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_D1_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_D1_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_D1_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",
            "Dx/Time",
            "Dy/max",
            "Dy/Time",
            "Dz/max",
            "Dz/Time",
            "Rx/max",
            "Rx/Time",
            "Ry/max",
            "Ry/Time",
            "Rz/max",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "3",
                "Center",
                "Column",
                "Elcent(max)",
                "53.748348",
                "3.100000",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "2",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "16.149096",
                "3.200000",
                "20.864525",
                "2.700000",
                "-",
                "-",
                "609.587769",
                "2.600000",
                "663.790100",
                "3.200000"
            ],
            [
                "3",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "-",
                "-",
                "16.149096",
                "3.200000",
                "20.864525",
                "2.700000",
                "-",
                "-",
                "403.395233",
                "2.600000",
                "546.230103",
                "2.100000"
            ],
            [
                "4",
                "3",
                "Center",
                "Column",
                "Elcent(min)",
                "0.015087",
                "0.400000",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-",
                "-"
            ],
            [
                "5",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "25.220264",
                "2.700000",
                "10.505423",
                "3.200000",
                "-",
                "-",
                "637.886108",
                "2.100000",
                "708.157349",
                "2.600000"
            ],
            [
                "6",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "-",
                "-",
                "25.220264",
                "2.700000",
                "10.505423",
                "3.200000",
                "-",
                "-",
                "526.172363",
                "2.100000",
                "474.263123",
                "2.600000"
            ]
        ]
    }
}

Distributed

{
    "Distributed": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Dx/max(D/D1)",
            "Dx/Time",
            "Dy/max(D/D1)",
            "Dy/Time",
            "Dz/max(D/D1)",
            "Dz/Time",
            "Rx/max(D/D1)",
            "Rx/Time",
            "Ry/max(D/D1)",
            "Ry/Time",
            "Rz/max(D/D1)",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "36.361083984375",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "333.389953613281",
                "2.700000047684",
                "412.158477783203",
                "3.200000047684"
            ],
            [
                "2",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "36.361083984375",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "255.724105834961",
                "2.599999904633",
                "345.298004150391",
                "3.200000047684"
            ],
            [
                "3",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "36.361083984375",
                "3.099999904633",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "179.433990478516",
                "2.599999904633",
                "280.636352539063",
                "2.099999904633"
            ],
            [
                "4",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "364.949981689453",
                "5.000000000000",
                "372.597442626953",
                "2.599999904633"
            ],
            [
                "5",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "306.496490478516",
                "5.000000000000",
                "290.079315185547",
                "2.599999904633"
            ],
            [
                "6",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "0.016187230125",
                "0.800000011921",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-",
                "-",
                "277.064056396484",
                "2.099999904633",
                "207.561157226563",
                "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/D1)",
            "Dx/Time"
        ],
        "DATA": [
            [
                "1",
                "49",
                "Truss",
                "Elcent(max)",
                "1.557814478874",
                "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/D1)",
            "Dx/Time",
            "Dy/max(D/D1)",
            "Dy/Time",
            "Dz/max(D/D1)",
            "Dz/Time",
            "Rx/max(D/D1)",
            "Rx/Time",
            "Ry/max(D/D1)",
            "Ry/Time",
            "Rz/max(D/D1)",
            "Rz/Time"
        ],
        "DATA": [
            [
                "1",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(max)",
                "10006.534179687500",
                "2.400000095367",
                "9017.724609375000",
                "3.200000047684",
                "10300.979492187500",
                "2.599999904633",
                "9488.222656250000",
                "4.599999904633",
                "29046.656250000000",
                "2.400000095367",
                "23588.451171875000",
                "2.099999904633"
            ],
            [
                "2",
                "1",
                "GL_1",
                "18",
                "10",
                "GeneralLink",
                "Elcent(min)",
                "13381.985351562500",
                "2.000000000000",
                "11091.875976562500",
                "2.599999904633",
                "10334.583007812500",
                "5.000000000000",
                "9727.640625000000",
                "5.000000000000",
                "22905.654296875000",
                "2.099999904633",
                "26816.072265625000",
                "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/D1) - Lumped: "IEHG_DUCT_D1_LUMPED"

 • Ductility Factor(D/D1) - Distributed: "IEHG_DUCT_D1_DIST"

 • Ductility Factor(D/D1) - Wall: "IEHG_DUCT_D1_WALL"

 • Ductility Factor(D/D1) - Truss: "IEHG_DUCT_D1_TRUSS"

 • Ductility Factor(D/D1) - Spring: "IEHG_DUCT_D1_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?