Skip to main content
JSON Manual Created Edited

Tendon Loss - 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": "TendonLoss",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "TNDN_LOSS_STRESS",
                            "TNDN_LOSS_FORCE"
                        ]
                    },
                    "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"
                        }
                    },
                    "ADDITIONAL": {
                        "type": "object",
                        "description": "AdditionalInput",
                        "properties": {
                            "SET_TENDON_PARAMS": {
                                "type": "object",
                                "description": "SetTendonGroupandStage",
                                "properties": {
                                    "TENDON_GROUP": {
                                        "type": "string",
                                        "description": "TendonGroupName"
                                    },
                                    "STAGE": {
                                        "type": "string",
                                        "description": "ConstructionStageName"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Tendon Loss - Stress

{
    "Argument": {
        "TABLE_NAME": "TendonLoss(Stress)",
        "TABLE_TYPE": "TNDN_LOSS_STRESS",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Part",
            "Stress(AfterImmediateLoss):A",
            "ElasticDeform.Loss:B",
            "Ratio/A",
            "Creep/ShrinkageLoss",
            "RelaxationLoss",
            "Stress(AfterAllLoss)/Stress(AfterImmediateLoss)",
            "EffectiveNum."
        ],
        "ADDITIONAL": {
            "SET_TENDON_PARAMS": {
                "TENDON_GROUP": "Bot-Key-B",
                "STAGE": "CS16"
            }
        }
    }
}

Tendon Loss - Force

{
    "Argument": {
        "TABLE_NAME": "TendonLoss(Force)",
        "TABLE_TYPE": "TNDN_LOSS_FORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Part",
            "Force(AfterImmediateLoss):A",
            "ElasticDeform.Loss:B",
            "Ratio/A",
            "Creep/ShrinkageLoss",
            "RelaxationLoss",
            "Force(AfterAllLoss)/Force(AfterImmediateLoss)",
            "EffectiveNum."
        ],
        "ADDITIONAL": {
            "SET_TENDON_PARAMS": {
                "TENDON_GROUP": "Bot-Key-B",
                "STAGE": "CS16"
            }
        }
    }
}


Response Examples

Tendon Loss - Stress

{
    "TendonLoss(Stress)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Part",
            "Stress(AfterImmediateLoss):A",
            "ElasticDeform.Loss:B",
            "Ratio/A",
            "Creep/ShrinkageLoss",
            "RelaxationLoss",
            "Stress(AfterAllLoss)/Stress(AfterImmediateLoss)",
            "EffectiveNum."
        ],
        "DATA": [
            [
                "1",
                "33",
                "I",
                "1029.576204812610",
                "1.193871724644",
                "1.001159575871",
                "-68.776503747849",
                "-44.450510039386",
                "0.891185187130",
                "2.000000000000"
            ],
            [
                "2",
                "33",
                "J",
                "1135.213914944730",
                "0.738061054845",
                "1.000650151522",
                "-64.974951541191",
                "-49.011270158760",
                "0.900240686663",
                "2.000000000000"
            ],
            [
                "3",
                "34",
                "I",
                "1104.471394301640",
                "1.911000488371",
                "1.001730239912",
                "-74.274566063674",
                "-47.684004905256",
                "0.891307668899",
                "3.000000000000"
            ],
            [
                "4",
                "34",
                "J",
                "1143.656108584390",
                "2.326181159683",
                "1.002033986565",
                "-67.025700512077",
                "-49.375750040268",
                "0.900253871302",
                "3.000000000000"
            ]
        ]
    }
}

Tendon Loss - Force

{
    "TendonLoss(Force)": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "Part",
            "Force(AfterImmediateLoss):A",
            "ElasticDeform.Loss:B",
            "Ratio/A",
            "Creep/ShrinkageLoss",
            "RelaxationLoss",
            "Force(AfterAllLoss)/Force(AfterImmediateLoss)",
            "EffectiveNum."
        ],
        "DATA": [
            [
                "1",
                "33",
                "I",
                "2713.242172542660",
                "3.146210155955",
                "1.001159575871",
                "-181.246720326706",
                "-117.140429106793",
                "0.891185187130",
                "2.000000000000"
            ],
            [
                "2",
                "33",
                "J",
                "2991.629230053850",
                "1.945012297832",
                "1.000650151522",
                "-171.228489796502",
                "-129.159400249379",
                "0.900240686663",
                "2.000000000000"
            ],
            [
                "3",
                "34",
                "I",
                "2910.613465403110",
                "5.036059587003",
                "1.001730239912",
                "-195.735763947600",
                "-125.661658126821",
                "0.891307668899",
                "3.000000000000"
            ],
            [
                "4",
                "34",
                "J",
                "3013.876942952450",
                "6.130185210112",
                "1.002033986565",
                "-176.632828559476",
                "-130.119914081119",
                "0.900253871302",
                "3.000000000000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Tendon Loss - Stress: "TNDN_LOSS_STRESS"

 • Tendon Loss - Force: "TNDN_LOSS_FORCE"

"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

Additional Input

"ADDITIONAL"

Object

-

Required

(1)

Set Tendon Group and Stage

"SET_TENDON_PARAMS"

Object

-

Required

Tendon Group Name

"TENDON_GROUP"

String

-

Required

Construction Stage Name

"STAGE"

String

-

Required



0
Was this article helpful?