Skip to main content
JSON Manual Created Edited

Inelastic Hinge Truss Summary - 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_TRUSS_SUM_DX"
                        ]
                    },
                    "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"
                        }
                    },
                    "NODE_ELEMS": {
                        "type": "object",
                        "description": "Node/ElementNo.Input",
                        "properties": {
                            "KEYS": {
                                "type": "array",
                                "description": "Method1:SpecifyEachID",
                                "items": {
                                    "type": "integer"
                                }
                            },
                            "TO": {
                                "type": "string",
                                "description": "Method2:SpecifyIDRange"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "Method3:SpecifyStructureGroupName"
                            }
                        }
                    },
                    "TH_LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "TimeHistoryLoadCaseName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Dx

{
    "Argument": {
        "TABLE_NAME": "Dx",
        "TABLE_TYPE": "IEHG_TRUSS_SUM_DX",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Truss/Elem",
            "Truss/Node1",
            "Truss/Node2",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                49
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}


Response Examples

Dx

{
    "Dx": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Truss/Elem",
            "Truss/Node1",
            "Truss/Node2",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "49",
                "54",
                "57",
                "Truss",
                "Elcent(min)",
                "1.799999952316",
                "-0.000726116123",
                "-841.719187500000",
                "0.123781532049",
                "0.123781532049",
                "Elastic",
                "0~1Level",
                "-0.500000000000",
                "-1.000000000000",
                "-",
                "-0.005866110325",
                "-0.005866110325",
                "-"
            ],
            [
                "2",
                "49",
                "54",
                "57",
                "Truss",
                "Elcent(max)",
                "2.099999904633",
                "0.001163915265",
                "832.173000000000",
                "1.557814478874",
                "1.072154164314",
                "2ndYield",
                "2~3Level",
                "0.500000000000",
                "1.000000000000",
                "-",
                "0.000747146260",
                "0.001085585682",
                "-"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Truss Summary - Dx: "IEHG_TRUSS_SUM_DX"

"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

Node / Element No. Input

 • Use Only One of the Three Methods

"NODE_ELEMS"

Object

All

Optional

Method 1: Specify Each ID

(1)

 • "KEYS": [101, 102, 103]

"KEYS"

Array
[Integer]

-

Optional

Method 2: Specify ID Range

(1)

 • "TO": "101 to 105"

"TO"

String

-

Optional

Method 3: Specify Structure Group Name

(1)

 • "STRUCTURE_GROUP_NAME": "SG1"

"STRUCTURE_GROUP_NAME"

String

-

Optional

8

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?