メインコンテンツへスキップ
JSON Manual 作成 編集

静的荷重制御

入力 URI

{base url} + db/THSL



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "THSL": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "THIS_LCNAME": {
                "description": "Timehistoryloadcasename",
                "type": "string"
            },
            "SLOAD": {
                "description": "StaticLoad",
                "type": "string"
            },
            "THIS_FUNCNAME": {
                "description": "(NormalType)FunctionName",
                "type": "string"
            },
            "ATIME": {
                "description": "ArrivalTime",
                "type": "number"
            },
            "SCALE": {
                "description": "ScaleFactor",
                "type": "number"
            }
        }
    }
}


静的荷重制御

{
    "Assign": {
        "1": {
            "THIS_LCNAME": "TH11",
            "SLOAD": "SW",
            "THIS_FUNCNAME": "TF",
            "ATIME": 3,
            "SCALE": 1.2
        },
        "2": {
            "THIS_LCNAME": "TH11",
            "SLOAD": "Pretension",
            "THIS_FUNCNAME": "TF",
            "ATIME": 3,
            "SCALE": 1
        }
    }
}


仕様

No. 説明 Key データ型 Default 必須

1

Time History Load Case Name

"THIS_LCNAME"

String

-

必須

2

Static Load Case Nome

"SLOAD"

String

-

必須

3

Time History Function Name ¹⁾

"THIS_FUNCNAME"

String

-

必須

4

Arrival Time

"ATIME"

Number

0

オプション

5

Scale Factor

"SCALE"

Number

-

必須



¹⁾ Available Time Function Data Type: Normal

0
コンテンツが役に立ちましたか?