[SMCT] Settlement Analysis Control Data

POST, GET, PUT {{Base Url}}/db/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

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

NO.

Name

API - Key

API - Value Type

Default

Settlement Analysis Control Data

1

Settlement Analysis Control Data

  • 1

“KEY”

 

🔴

2

Plate Concurrent Force

  • Active : true

  • Inactive : false

"CONCURRENT_CALC"

FALSE

🔺

3

Elastic / General Links Concurrent Force

  • Active : true

  • Inactive : false

"CONCURRENT_LINK"

FALSE

🔺

 

  • The JSON format example for inputting Settlement Analysis Control Data

{ "Assign": { "1": { "CONCURRENT_CALC": true, "CONCURRENT_LINK": false } } }