Skip to main content
JSON Manual Created Edited

Pushover Text - Element Result(Wall)

Input URI

{base url} + post/TEXT



Active Methods

POST



JSON Schema

Details

{
    "TEXT": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "PO_WALLFORCE"
                        ]
                    },
                    "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": [
                                    "Fixed",
                                    "Exponential"
                                ]
                            },
                            "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"
                            }
                        }
                    },
                    "PARTS": {
                        "type": "array",
                        "description": "ElementPart",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Top",
                                "Bot"
                            ]
                        }
                    },
                    "PO_CASE_NAME": {
                        "type": "array",
                        "description": "PushoverLoadCases",
                        "items": {
                            "type": "string"
                        }
                    },
                    "STEP": {
                        "type": "object",
                        "description": "OutputStep",
                        "properties": {
                            "FROM": {
                                "type": "number",
                                "description": "StartStep"
                            },
                            "TO": {
                                "type": "number",
                                "description": "EndStep"
                            },
                            "STEPS": {
                                "type": "integer",
                                "description": "StepInterval"
                            }
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Wall Force

{
    "Argument": {
        "TEXT_TYPE": "PO_WALLFORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\PO_WallForce_Out.JSON",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Exponential",
            "PLACE": 6
        },
        "COMPONENTS": [
            "WallID",
            "Load",
            "Step",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                466
            ]
        },
        "PARTS": [
            "Top",
            "Bot"
        ],
        "PO_CASE_NAME": [
            "PX"
        ],
        "STEP": {
            "FROM": 1,
            "TO": 5,
            "STEPS": 1
        }
    }
}


Response Examples

Wall Force

{
    "PO_WALLFORCE": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "WallID",
            "Load",
            "Step",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "DATA": [
            [
                "1",
                "12",
                "PX",
                "1",
                "I[308]",
                "-2.045e+02",
                "0.000e+00",
                "6.953e+01",
                "0.000e+00",
                "-6.679e+01",
                "0.000e+00"
            ],
            [
                "2",
                "12",
                "PX",
                "1",
                "J[314]",
                "-2.045e+02",
                "0.000e+00",
                "6.953e+01",
                "0.000e+00",
                "1.279e+02",
                "0.000e+00"
            ],
            [
                "3",
                "12",
                "PX",
                "2",
                "I[308]",
                "-5.294e+01",
                "0.000e+00",
                "1.152e+02",
                "0.000e+00",
                "-1.675e+02",
                "0.000e+00"
            ],
            [
                "4",
                "12",
                "PX",
                "2",
                "J[314]",
                "-5.294e+01",
                "0.000e+00",
                "1.152e+02",
                "0.000e+00",
                "1.551e+02",
                "0.000e+00"
            ],
            [
                "5",
                "12",
                "PX",
                "3",
                "I[308]",
                "1.225e+00",
                "0.000e+00",
                "1.407e+02",
                "0.000e+00",
                "-2.012e+02",
                "0.000e+00"
            ],
            [
                "6",
                "12",
                "PX",
                "3",
                "J[314]",
                "1.225e+00",
                "0.000e+00",
                "1.407e+02",
                "0.000e+00",
                "1.927e+02",
                "0.000e+00"
            ],
            [
                "7",
                "12",
                "PX",
                "4",
                "I[308]",
                "2.328e+01",
                "0.000e+00",
                "1.775e+02",
                "0.000e+00",
                "-2.568e+02",
                "0.000e+00"
            ],
            [
                "8",
                "12",
                "PX",
                "4",
                "J[314]",
                "2.328e+01",
                "0.000e+00",
                "1.775e+02",
                "0.000e+00",
                "2.403e+02",
                "0.000e+00"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Result Text Type

 • Wall Force: "PO_WALLFORCE"

"TEXT_TYPE"

String

-

Required

2

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

3

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

4

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Fixed"

 • "Exponential"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

5

Components of Result Table

"COMPONENTS"

Array [String]

All

Optional

6

Node / Element No. Input

 • Use Only One of the Two 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

7

Element Part

 • Beam Force/Stress

   ◦ "Top"

   ◦ "Bot"

"PARTS"

Array [String]

All

Optional

8

Pushover Load Case

"PO_CASE_NAME"

Array [String]

All

Optional

9

Output Step

"STEP"

Object

-

Required

(1)

Start Step

"FROM"

Number

-

Required

(2)

End Step

"TO"

Number

-

Required

(3)

Step Interval

"STEPS"

Integer

-

Required



MIDAS GEN NX only

0
Was this article helpful?