Skip to main content
JSON Manual Created Edited

General Link - Analysis Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "TABLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "GeneralLink",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "GENERAL_LINK_FORCE",
                            "GENERAL_LINK_DEFORM",
                            "GENERAL_LINK_FORCEVBM"
                        ]
                    },
                    "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",
                                "minimum": 0,
                                "maximum": 15
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "array",
                        "description": "ComponentsofResultTable",
                        "items": {
                            "type": "string"
                        }
                    },
                    "NODE_ELEMS": {
                        "type": "object",
                        "description": "Node/ElementNo.Input",
                        "properties": {
                            "KEYS": {
                                "type": "array",
                                "description": "SpecifyEachID",
                                "items": {
                                    "type": "integer"
                                }
                            },
                            "TO": {
                                "type": "string",
                                "description": "SpecifyIDRange"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "SpecifyStructureGroupName"
                            }
                        }
                    },
                    "LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "StaticLoad/LoadCombinationName&Type",
                        "items": {
                            "type": "string"
                        }
                    },
                    "OPT_CS": {
                        "type": "boolean",
                        "description": "Activation-ConstructionStageStep"
                    },
                    "STAGE_STEP": {
                        "type": "array",
                        "description": "StageStepName",
                        "items": {
                            "type": "string"
                        }
                    },
                    "ITEM_TO_DISPLAY": {
                        "type": "array",
                        "description": "SelectComponent",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Axial",
                                "Shear-y",
                                "Shear-z",
                                "Torsion",
                                "Moment-y",
                                "Moment-z"
                            ]
                        }
                    }
                }
            }
        }
    }
}


Request Examples

General Link-Force - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Force",
        "TABLE_TYPE": "GENERAL_LINK_FORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "SWofGirders(ST)"
        ]
    }
}

General Link-Force - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Force",
        "TABLE_TYPE": "GENERAL_LINK_FORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS1:001(first)",
            "CS1:002(last)"
        ]
    }
}

General Link-Deformation - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Deformation",
        "TABLE_TYPE": "GENERAL_LINK_DEFORM",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Scientific",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "SWofGirders(ST)"
        ]
    }
}

General Link-Deformation - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Deformation",
        "TABLE_TYPE": "GENERAL_LINK_DEFORM",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Scientific",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Stage",
            "Step",
            "Load",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS1:001(first)",
            "CS1:002(last)"
        ]
    }
}

General Link-Force - View By Max Value Items

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Force-ViewByMaxValueItems",
        "TABLE_TYPE": "GENERAL_LINK_FORCEVBM",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node",
            "Component",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2
            ]
        },
        "LOAD_CASE_NAMES": [
            "STLENV_STR(CB:max)",
            "STLENV_STR(CB:min)"
        ],
        "ITEM_TO_DISPLAY": [
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ]
    }
}


Response Examples

General Link-Force - General/Post CS

{
    "GeneralLink-Force": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "DATA": [
            [
                "1",
                "1",
                "SWofGirders",
                "3536",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "2",
                "1",
                "SWofGirders",
                "1236",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ]
        ]
    }
}

General Link-Force - Construction Stage

{
    "GeneralLink-Force": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "DATA": [
            [
                "1",
                "1",
                "Summation",
                "3536",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "2",
                "1",
                "Summation",
                "1236",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "3",
                "1",
                "Summation",
                "3536",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "4",
                "1",
                "Summation",
                "1236",
                "-24.885666367763",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ]
        ]
    }
}

General Link-Deformation - General/Post CS

{
    "GeneralLink-Deformation": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz"
        ],
        "DATA": [
            [
                "1",
                "1",
                "SWofGirders",
                "3536",
                "-2.537631746597e-05",
                "1.256078938754e-04",
                "-1.455055139484e-01",
                "-4.829228297583e-07",
                "1.587459476372e-04",
                "-1.964780569004e-05",
                "1236",
                "-2.537631746597e-05",
                "1.256078938754e-04",
                "-1.455055139484e-01",
                "-4.829228297583e-07",
                "1.587459476372e-04",
                "-1.964780569004e-05"
            ]
        ]
    }
}

General Link-Deformation - Construction Stage

{
    "GeneralLink-Deformation": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Stage",
            "Step",
            "Load",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz",
            "Node",
            "Dx",
            "Dy",
            "Dz",
            "Rx",
            "Ry",
            "Rz"
        ],
        "DATA": [
            [
                "1",
                "1",
                "CS1",
                "001(first)",
                "Summation",
                "3536",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "1236",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00"
            ],
            [
                "2",
                "1",
                "CS1",
                "002(last)",
                "Summation",
                "3536",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "1236",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00",
                "0.000000000000e+00"
            ]
        ]
    }
}

General Link-Force - View By Max Value Items

{
    "GeneralLink-Force-ViewByMaxValueItems": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node",
            "Component",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "DATA": [
            [
                "1",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Axial",
                "48.122375000000",
                "9.965218627930",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "2",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Axial",
                "48.122375000000",
                "9.965218627930",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "3",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Shear-y",
                "47.902531250000",
                "10.005745483398",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "4",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Shear-y",
                "47.902531250000",
                "10.005745483398",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "5",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Shear-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "6",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Shear-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "7",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Torsion",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "8",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Torsion",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "9",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Moment-y",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "10",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Moment-y",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "11",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Moment-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "12",
                "2",
                "STLENV_STR(max)",
                "3532",
                "Moment-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "13",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Axial",
                "48.122375000000",
                "9.965218627930",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "14",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Axial",
                "48.122375000000",
                "9.965218627930",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "15",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Shear-y",
                "47.902531250000",
                "10.005745483398",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "16",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Shear-y",
                "47.902531250000",
                "10.005745483398",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "17",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Shear-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "18",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Shear-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "19",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Torsion",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "20",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Torsion",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "21",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Moment-y",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "22",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Moment-y",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "23",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Moment-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "24",
                "2",
                "STLENV_STR(max)",
                "1171",
                "Moment-z",
                "0.000000000000",
                "-3.175891809082",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "25",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Axial",
                "-588.055125000000",
                "-9.560829345703",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "26",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Axial",
                "-588.055125000000",
                "-9.560829345703",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "27",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Shear-y",
                "-582.855273437500",
                "-9.596546264648",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "28",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Shear-y",
                "-582.855273437500",
                "-9.596546264648",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "29",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Shear-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "30",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Shear-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "31",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Torsion",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "32",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Torsion",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "33",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Moment-y",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "34",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Moment-y",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "35",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Moment-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "36",
                "2",
                "STLENV_STR(min)",
                "3532",
                "Moment-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "37",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Axial",
                "-588.055125000000",
                "-9.560829345703",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "38",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Axial",
                "-588.055125000000",
                "-9.560829345703",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "39",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Shear-y",
                "-582.855273437500",
                "-9.596546264648",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "40",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Shear-y",
                "-582.855273437500",
                "-9.596546264648",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "41",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Shear-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "42",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Shear-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "43",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Torsion",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "44",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Torsion",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "45",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Moment-y",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "46",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Moment-y",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "47",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Moment-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "48",
                "2",
                "STLENV_STR(min)",
                "1171",
                "Moment-z",
                "0.000000000000",
                "-3.837344116211",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Force: "GENERAL_LINK_FORCE"

 • Deformation: "GENERAL_LINK_DEFORM"

 • Force - View by Max Value Items: "GENERAL_LINK_FORCEVBM"

"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

Load Name & Type

 • Static Load Cases

   ◦ NAME + "(ST)"

 • Load Combinations

   ◦ NAME + "(CB)"

   ◦ NAME + "(CB:all)"

   ◦ NAME + "(CB:max)"

   ◦ NAME + "(CB:min)"

 • Construction Stage

   ◦ NAME + "(CS)"

 • Response Spectrum

   ◦ NAME + "(RS)"

 • Moving Load

   ◦ NAME + "(MV:all)"

   ◦ NAME + "(MV:max)"

   ◦ NAME + "(MV:min)"

 • Settlement Load

   ◦ NAME + "(SM:all)"

   ◦ NAME + "(SM:max)"

   ◦ NAME + "(SM:min)"

"LOAD_CASE_NAMES"

Array [String]

All

Optional

Construction Stage

9

Activation - Construction Stage Step

"OPT_CS"

Boolean

false

Optional

10

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional

View By Max Value Items

11

Select Component

 • General Link

   ◦ "Axial"

   ◦ "Shear-y"

   ◦ "Shear-z"

   ◦ "Torsion"

   ◦ "Moment-y"

   ◦ "Moment-z"

"ITEM_TO_DISPLAY"

Array [String]

All

Optional



0
Was this article helpful?