Skip to main content
JSON Manual Created Edited

Time Varying Static Loads

Input URI

{base url} + db/THSL



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "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"
            }
        }
    }
}


Examples

Time Varying Static Loads

{
    "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
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Time History Load Case Name

"THIS_LCNAME"

String

-

Required

2

Static Load Case Nome

"SLOAD"

String

-

Required

3

Time History Function Name ¹⁾

"THIS_FUNCNAME"

String

-

Required

4

Arrival Time

"ATIME"

Number

0

Optional

5

Scale Factor

"SCALE"

Number

-

Required



¹⁾ Available Time Function Data Type: Normal

0
Was this article helpful?