Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 SMCT
    "SMCT": {
        "CONCURRENT_CALC": {
            "__DESC__": "Concurrent Calc Boolean",
            "__TYPE__": "Bool"
        },
        "CONCURRENT_LINK": {
            "__DESC__": "Concurrent Link Boolean",
            "__TYPE__": "Bool"
        }
    }

  • Introduce Input Data Symbols

API - Value Type

Input Data

Integer

🇮

🔴

Essential

String

🇸

Unnecessary

Boolean

🇧

🔺

Optional

Real

🇷

  • The required Input Data for defining Settlement Analysis Control Data

NO.

Name

API - Key

API - Value Type

Default

Settlement Analysis Control Data

1

Settlement Analysis Control Data

  • 1

“KEY”

🇮

🔴

2

Plate Concurrent FOrce

"CONCURRENT_CALC"

??

FALSE

??

3

Elastic / General Links Concurrent Force

"CONCURRENT_LINK"

??

FALSE

??

  • The JSON format example for inputting Settlement Analysis Control Data

 API EXAMPLE - Settlement Analysis Control Data
    "SMCT": {
        "1": {
            "CONCURRENT_CALC": true,
            "CONCURRENT_LINK": true
        }
    }
  • No labels