Skip to main content
JSON Manual Created Edited

Story Irregularity Check Parameter

Input URI

{base url} + ope/STORY_IRR_PARAM



 

Active Methods

GET,POST

Input JSON format example

Irregularity Check Parameter

{
    "Argument": {
        "COUNTRY_CODE": "NSR-10",
        "STORY_DRIFT_METHOD": "Max.DriftofOuterExtremePoints",
        "STORY_STIFFNESS_METHOD": "1/StoryDriftRatio",
        "SEISMIC_BEHAVIOR_FACTOR": "3orbelow"
    }
}

 

Output JSON format example

Irregularity Check Parameter

{
    "STORY_IRR_PARAM": {
        "COUNTRY_CODE": "NSR-10",
        "STORY_DRIFT_METHOD": "Max.DriftofOuterExtremePoints",
        "STORY_STIFFNESS_METHOD": "1/StoryDriftRatio",
        "SEISMIC_BEHAVIOR_FACTOR": "3orbelow"
    }
}



 

Specifications

No.DescriptionKeyValue TypeDefaultRequired

1

Set Country Code

 • "NTC2018"

 • "NTC2012"

 • "NTC2008"

 • "KBC2009"

 • "NSR-10"

 • "NTCS2020"

 • "NTCS2023"

 • "NSCP2015"

 • "IS1893(2016)"

 • "IS16700(2023)"

"COUNTRY_CODE"

String

-

Required

2

Story Drift Method

 • "Drift at the Center of Mass"

 • "Max. Drift of Outer Extreme Points"

 • "Max. Drfit of All Vertical Elements"

"STORY_DRIFT_METHOD"

String

-

Required

Story Stiffness Method

 • "1 / Story Drift Ratio"

 • "Story Shear / Story"

"STORY_STIFFNESS_METHOD"

String

-

Required

In Case of "COUNTRY_CODE": "NTCS2023" or "NTCS2020"

3

Seismic Behavior Factor

 • "4"

 • "3 or below"

"SEISMIC_BEHAVIOR_FACTOR"

String

-

Required


 

0
Was this article helpful?