Skip to main content
JSON Manual Created Edited

Response Spectrum Functions - US

Input URI

{base url} + db/SPFC



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "SPFC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "RS Functio Name",
                "type": "string"
            },
            "iTYPE": {
                "description": "Spectral Data Type",
                "type": "integer"
            },
            "iMETHOD": {
                "description": "Scaling Method",
                "type": "integer"
            },
            "SCALE": {
                "description": "Scale Factor or Maximum Value",
                "type": "number"
            },
            "GRAV": {
                "description": "Gravity",
                "type": "number"
            },
            "DRATIO": {
                "description": "Damping Ratio",
                "type": "number"
            },
            "DESC": {
                "description": "Description",
                "type": "string"
            },
            "STR": {
                "description": "String Data By Code",
                "type": "object",
                "properties": {
                    "SPEC_CODE": {
                        "description": "Design Spectrum Type",
                        "type": "string"
                    },
                    "SFI": {
                        "description": "Seismic Fortification",
                        "type": "string"
                    },
                    "SC_": {
                        "description": "Site Class or Seismic Criterion",
                        "type": "string"
                    },
                    "EQ_": {
                        "description": "Earth Response",
                        "type": "string"
                    },
                    "DIV": {
                        "description": "Division",
                        "type": "string"
                    },
                    "BT": {
                        "description": "Bridge Type",
                        "type": "string"
                    },
                    "ZM": {
                        "description": "ZoningMap",
                        "type": "string"
                    },
                    "ST": {
                        "description": "Site Type",
                        "type": "string"
                    },
                    "SI": {
                        "description": "Seismic Intensity",
                        "type": "string"
                    },
                    "SPECTYPE": {
                        "description": "Spectrum Type",
                        "type": "string"
                    },
                    "GROUTYPE": {
                        "description": "Ground Type",
                        "type": "string"
                    },
                    "PARATYPE": {
                        "description": "Parameter Type",
                        "type": "string"
                    },
                    "RESIONTYPE": {
                        "description": "Resion Type",
                        "type": "string"
                    },
                    "NATIONALANNEX": {
                        "description": "National Annex",
                        "type": "string"
                    },
                    "REGION": {
                        "description": "Region",
                        "type": "string"
                    },
                    "METHOD": {
                        "description": "Method",
                        "type": "string"
                    }
                }
            },
            "OPT": {
                "description": "Type or Option Data By Code",
                "type": "object",
                "properties": {
                    "NSC": {
                        "description": "Seismic Design Category",
                        "type": "integer"
                    },
                    "nLForce": {
                        "description": "nLForce",
                        "type": "integer"
                    },
                    "LARGEBRIDEGE": {
                        "description": "Large Bridege",
                        "type": "boolean"
                    },
                    "bVACC": {
                        "description": "Vertical Acceleration Spec",
                        "type": "boolean"
                    },
                    "iVACC": {
                        "description": "Vertical Acceleration Spec Type",
                        "type": "integer"
                    },
                    "bE2_005": {
                        "description": "Think E2 0.05",
                        "type": "boolean"
                    },
                    "SCCOPT": {
                        "description": "Seismic Coefficients Calculation Option",
                        "type": "integer"
                    },
                    "iSPTYPE": {
                        "description": "Soil Profile Type",
                        "type": "integer"
                    },
                    "iSEISZONEFACTOR": {
                        "description": "Seismic Zone Factor(Z)",
                        "type": "integer"
                    },
                    "iSEISSOURCETYPE": {
                        "description": "Seismic Source Type",
                        "type": "integer"
                    },
                    "SOILCLASS": {
                        "description": "Soil class",
                        "type": "integer"
                    },
                    "KD": {
                        "description": "Ductility class",
                        "type": "integer"
                    },
                    "KR": {
                        "description": "Structural Regularity in Elevation(Kr)",
                        "type": "integer"
                    },
                    "SC_": {
                        "description": "Site Class",
                        "type": "integer"
                    },
                    "SFI": {
                        "description": "Seismic Fortification Intensity",
                        "type": "integer"
                    },
                    "ZA": {
                        "description": "Acceleration Zone(Za)",
                        "type": "integer"
                    },
                    "ZV": {
                        "description": "Velocity Zone(Zv)",
                        "type": "integer"
                    },
                    "iSEISZONE": {
                        "description": "Seismic Zone",
                        "type": "integer"
                    },
                    "iEQMETHOD": {
                        "description": "Earthquake Input Method",
                        "type": "integer"
                    },
                    "bRELIEVE": {
                        "description": "Relieve",
                        "type": "boolean"
                    },
                    "iSPECTYPE": {
                        "description": "Spectrum Type",
                        "type": "integer"
                    },
                    "iSPECUSE": {
                        "description": "Spectrum Use Type",
                        "type": "integer"
                    },
                    "iSUBZONE": {
                        "description": "Sub Zone",
                        "type": "integer"
                    },
                    "iGROUTYPE": {
                        "description": "Ground Type",
                        "type": "integer"
                    },
                    "IMPORTANT_BRIDGE": {
                        "description": "Important bridge",
                        "type": "boolean"
                    },
                    "RESION_SEISMICITY": {
                        "description": "Region Seismicity",
                        "type": "integer"
                    },
                    "SOIL_CATEGORY": {
                        "description": "Soil Category",
                        "type": "integer"
                    },
                    "BYCODE": {
                        "description": "By code",
                        "type": "boolean"
                    },
                    "RISK_CATEGORY": {
                        "description": "Risk Category",
                        "type": "integer"
                    }
                }
            },
            "VAL": {
                "description": "Factor or Value Data By Code",
                "type": "object",
                "properties": {
                    "aTG": {
                        "description": "Design Characteristic Period of Ground Motion (TG, TG1, TG2)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 3
                        }
                    },
                    "aIF": {
                        "description": "Importance Factor (Ci, Cs, Cd)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 3
                        }
                    },
                    "aSRA": {
                        "description": "Spectral Response Acceleration (Sds, Sd1, Sms, Sm1)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 4
                        }
                    },
                    "aSRA_T": {
                        "description": "Spectral Response Acceleration (Sds_t, Sd1_t, Sms_t, Sm1_t)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 4
                        }
                    },
                    "aNSF": {
                        "description": "Near Source Factor (Nda, Ndv, Nma, Nmv)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 4
                        }
                    },
                    "aSC": {
                        "description": "Seismic Coefficient (Ca, Cv)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 2
                        }
                    },
                    "aMSRACC": {
                        "description": "Mapped Spectral Response Acceleration at Short Periods (Ss, S1)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 2
                        }
                    },
                    "aSMF": {
                        "description": "Site Magnify Factor (Fda, Fdv, Fma, Fmv)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 4
                        }
                    },
                    "aSCP": {
                        "description": "Site Coeff. at Short/1sec Period (Fa, Fv)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 2
                        }
                    },
                    "aEP": {
                        "description": "Effective Peak Acc/Vel (Aa, Av)",
                        "type": "array",
                        "items": {
                            "type": "number",
                            "maxItems": 2
                        }
                    },
                    "DP": {
                        "description": "Damping Ratio",
                        "type": "number"
                    },
                    "MaxEQ": {
                        "description": "Maximum Effect Coefficient",
                        "type": "number"
                    },
                    "G": {
                        "description": "Basic horizontal seismic acceleration alpha(g)",
                        "type": "number"
                    },
                    "EPA": {
                        "description": "Earthquake Area",
                        "type": "number"
                    },
                    "SMAX": {
                        "description": "",
                        "type": "number"
                    },
                    "PERIOD": {
                        "description": "Max Period",
                        "type": "number"
                    },
                    "DP2": {
                        "description": "Damping Ratio (By Code)",
                        "type": "number"
                    },
                    "ETA1": {
                        "description": "Eta1",
                        "type": "number"
                    },
                    "ETA2": {
                        "description": "Eta2",
                        "type": "number"
                    },
                    "GAMMA": {
                        "description": "Gamma",
                        "type": "number"
                    },
                    "A": {
                        "description": "Area",
                        "type": "number"
                    },
                    "SOILFACTOR": {
                        "description": "Soil Factor",
                        "type": "number"
                    },
                    "TB": {
                        "description": "Tb",
                        "type": "number"
                    },
                    "TC": {
                        "description": "Tc",
                        "type": "number"
                    },
                    "TD": {
                        "description": "Td",
                        "type": "number"
                    },
                    "AGR": {
                        "description": "Design Ground Acc. (Agr)",
                        "type": "number"
                    },
                    "I_": {
                        "description": "Importance Factor(I)",
                        "type": "number"
                    },
                    "XI": {
                        "description": "Viscous Damping Ratio(Xi)",
                        "type": "number"
                    },
                    "Q": {
                        "description": "Behavior Factor(q)",
                        "type": "number"
                    },
                    "B": {
                        "description": "Lower Bound Factor(h)",
                        "type": "number"
                    },
                    "TS": {
                        "description": "Site Natural Period",
                        "type": "number"
                    },
                    "SPTYPE": {
                        "description": "Soil Profile Type",
                        "type": "number"
                    },
                    "IE": {
                        "description": "Importance Factor (Ie)",
                        "type": "number"
                    },
                    "R_": {
                        "description": "Response Modification Coef. (R)",
                        "type": "number"
                    },
                    "CDISTANCE": {
                        "description": "Closest Distance to Known Seismic Source(km)",
                        "type": "number"
                    },
                    "Q0": {
                        "description": "Basic Behavior Factor(Q0)",
                        "type": "number"
                    },
                    "KW": {
                        "description": "Failure Mode Factor (Kw)",
                        "type": "number"
                    },
                    "ALPHA": {
                        "description": "Ratio of design ground acceleration to gravity acceleration",
                        "type": "number"
                    },
                    "CO": {
                        "description": "Base Shear Factor(Co)",
                        "type": "number"
                    },
                    "KH": {
                        "description": "Horizontal Seismic Coef.(Kh)",
                        "type": "number"
                    },
                    "CZ": {
                        "description": "General Effect Factor(Cz)",
                        "type": "number"
                    },
                    "V": {
                        "description": "Zonal Velocity Ratio(V)",
                        "type": "number"
                    },
                    "AG": {
                        "description": "Design Ground Acceleration(g)",
                        "type": "number"
                    },
                    "DPFAC": {
                        "description": "Damping Multiplying Factor",
                        "type": "number"
                    },
                    "IF": {
                        "description": "Importance Factor",
                        "type": "number"
                    },
                    "SMFACTOR": {
                        "description": "Seismic Magnify Factor",
                        "type": "number"
                    },
                    "RMFACTOR": {
                        "description": "Response Modify Factor",
                        "type": "number"
                    },
                    "ZONEFACTOR": {
                        "description": "Zone Factor (S)",
                        "type": "number"
                    },
                    "TL": {
                        "description": "Long Tran. Period(TL)",
                        "type": "number"
                    },
                    "PGA": {
                        "description": "PGA",
                        "type": "number"
                    },
                    "PHI": {
                        "description": "Phi",
                        "type": "number"
                    },
                    "DEPTH": {
                        "description": "Depth to MR",
                        "type": "number"
                    },
                    "FO": {
                        "description": "Amplification Factor (Fo)",
                        "type": "number"
                    },
                    "TCSTAR": {
                        "description": "Period of constant Hor. Acc. (Tc*)",
                        "type": "number"
                    },
                    "KP": {
                        "description": "kp",
                        "type": "number"
                    },
                    "Z": {
                        "description": "Z",
                        "type": "number"
                    },
                    "MU": {
                        "description": "Mu",
                        "type": "number"
                    },
                    "USERDEFSEISZONE": {
                        "description": "User Defined Seismic Zone",
                        "type": "number"
                    },
                    "FUNDAMENTAL_PERIOD": {
                        "description": "Fundamental Period (T1)",
                        "type": "number"
                    },
                    "K1": {
                        "description": "K1 Factor",
                        "type": "number"
                    },
                    "K2": {
                        "description": "K2 Factor",
                        "type": "number"
                    },
                    "K3": {
                        "description": "K3 Factor",
                        "type": "number"
                    },
                    "K4": {
                        "description": "K4 Factor",
                        "type": "number"
                    },
                    "KPSI": {
                        "description": "KPsi Factor",
                        "type": "number"
                    }
                }
            },
            "aFUNC": {
                "description": "Function Data List",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "PERIOD": {
                            "description": "Period",
                            "type": "number"
                        },
                        "VALUE": {
                            "description": "Value",
                            "type": "number"
                        }
                    }
                }
            }
        }
    }
}


Examples

AASHTO-LRFD6th(2012)

{
    "Assign": {
        "1": {
            "NAME": "AASHTO-LRFD6th(2012)",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "AASHTO-LRFD12: Soil=B PGA=0.10 Ss=0.75 S1=0.20 RMF=2.00",
            "STR": {
                "SPEC_CODE": "AASHTO-LRFD12"
            },
            "OPT": {
                "SC_": 1
            },
            "VAL": {
                "aSRA": [
                    0.75,
                    0.2,
                    0,
                    0
                ],
                "PERIOD": 6,
                "R_": 2,
                "PGA": 0.1
            },
            "CALC_OPT": true
        }
    }
}

IBC2012(ASCE7-10)

{
    "Assign": {
        "1": {
            "NAME": "IBC2012(ASCE7-10)",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "IBC2012: Site=D,Ss=0.75,S1=0.30,Fa=1.20,Fv=1.80,Sds=0.60,Sd1=0.36,I=1.3,R=4.0",
            "STR": {
                "SPEC_CODE": "IBC2012"
            },
            "OPT": {
                "SC_": 3
            },
            "VAL": {
                "aSRA": [
                    0.6,
                    0.36,
                    0,
                    0
                ],
                "aMSRACC": [
                    0.75,
                    0.3
                ],
                "aSCP": [
                    1.2,
                    1.8
                ],
                "PERIOD": 6,
                "IE": 1.25,
                "R_": 4,
                "TL": 4
            },
            "CALC_OPT": true
        }
    }
}

IBC2009(ASCE7-05)

{
    "Assign": {
        "1": {
            "NAME": "IBC2009(ASCE7-05)",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "IBC2009: Site=D,Ss=0.75,S1=0.30,Fa=1.20,Fv=1.80,Sds=0.60,Sd1=0.36,I=1.0,R=4.0",
            "STR": {
                "SPEC_CODE": "IBC2009"
            },
            "OPT": {
                "SC_": 3
            },
            "VAL": {
                "aSRA": [
                    0.6,
                    0.36,
                    0,
                    0
                ],
                "aMSRACC": [
                    0.75,
                    0.3
                ],
                "aSCP": [
                    1.2,
                    1.8
                ],
                "PERIOD": 6,
                "IE": 1,
                "R_": 4,
                "TL": 4
            },
            "CALC_OPT": true
        }
    }
}

IBC2000(ASCE7-98)

{
    "Assign": {
        "1": {
            "NAME": "IBC2000(ASCE7-98)",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "IBC2000(ASCE7-98) : Site Class = B, Ss = 0.750, S1 = 0.200",
            "STR": {
                "SPEC_CODE": "IBC2000"
            },
            "OPT": {
                "SC_": 1
            },
            "VAL": {
                "aMSRACC": [
                    0.75,
                    0.2
                ],
                "PERIOD": 6
            },
            "CALC_OPT": true
        }
    }
}

UBC(1997)

{
    "Assign": {
        "1": {
            "NAME": "UBC1997",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "UBC1997 : Ca = 0.24 Cv = 0.32",
            "STR": {
                "SPEC_CODE": "UBC97"
            },
            "OPT": {
                "SCCOPT": 0,
                "iSPTYPE": 2,
                "iSEISZONEFACTOR": 2,
                "iSEISSOURCETYPE": 0
            },
            "VAL": {
                "aSC": [
                    0.24,
                    0.32
                ],
                "PERIOD": 6,
                "CDISTANCE": 10
            },
            "CALC_OPT": true
        }
    }
}

UBC 88-94

{
    "Assign": {
        "1": {
            "NAME": "UBC1988",
            "iTYPE": 1,
            "iMETHOD": 0,
            "SCALE": 1,
            "GRAV": 9.806,
            "DRATIO": 0.05,
            "DESC": "UBC88-94 : Soil = 1.20 Z = 0.300",
            "STR": {
                "SPEC_CODE": "UBC88"
            },
            "VAL": {
                "EPA": 0.3,
                "PERIOD": 6,
                "SPTYPE": 1.2
            },
            "CALC_OPT": true
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

RS Function Name

"NAME"

String

-

Required

2

Spectral Data Type

 • Normalized Accel.: 1

 • Acceleration: 2

 • Velocity: 3

 • Displacement: 4

"iTYPE"

Integer

-

Required

3

Scaling Method

 • Scale Factor: 0

 • Maximum Value: 1

"iMETHOD"

Integer

0

Optional

4

Scaling Value

"SCALE"

Number

-

Required

5

Gravity

 • Only for Normalized Accel.

"GRAV"

Number

-

Required

6

Damping Ratio

"DRATIO"

Number

0

Optional

7

Description

"DESC"

String

Blank

Optional

AASHTO-LRFD6th(2012)

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "AASHTO-LRFD12"

"SPEC_CODE"

String

-

Required

9

Type or Option Data By Code

"OPT"

Object

-

Optional

(1)

Site Class

 • A: 0

 • B: 1

 • C: 2

 • D: 3

 • E: 4

"SC_"

Integer

0

Optional

10

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Spectral Response Acceleration ¹⁾

 • [Ss, S1]

 • Preset Value

"aSRA"

Array
[Number,2]

-

Required

(2)

Max Period

"PERIOD"

Number

-

Required

(3)

Response Modification
Factor(R) ¹⁾

 • Preset Value: 0.8, 1.0, 1.5, 2.0, 3.0, 3.5, 5.0

"R_"

Number

-

Required

(4)

Peak Ground Acceleration Coefficient(PGA) ¹⁾

 • Preset Value: 0.1, 0.2, 0.3, 0.4, 0.5

"PGA"

Number

-

Required

11

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only

IBC2012(ASCE7-10)

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "IBC2012"

"SPEC_CODE"

String

-

Required

9

Type or Option Data By Code

"OPT"

Object

-

Optional

(1)

Site Class

 • A: 0

 • B: 1

 • C: 2

 • D: 3

 • E: 4

"SC_"

Integer

0

Optional

10

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Spectral Response Acceleration

 • [Sds, Sd1]

"aSRA"

Array
[Number,2]

-

Required

(2)

Mapped Spectral Response Acceleration ¹⁾

 • [Ss, S1]

 • Preset Value

"aMSRACC"

Array
[Number,2]

-

Required

(3)

Seismic Coefficient

 • [Fa, Fv]

"aSCP"

Array
[Number,2]

-

Required

(4)

Max Period

"PERIOD"

Number

-

Required

(5)

Importance Factor(I) ¹⁾

 • Preset Value: 1.0, 1.25, 1.5

"IE"

Number

-

Required

(3)

Response Modification
Coefficient(R) ¹⁾

 • Preset Value: 1.5, 2.0, 2.5, 3.0, 3.25, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 6.5, 7.0, 7.5, 8.0

"R_"

Number

-

Required

(4)

Long Transition Period(TL)

"TL"

Number

-

Required

11

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only

IBC2009(ASCE7-05)

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "IBC2009"

"SPEC_CODE"

String

-

Required

9

Type or Option Data By Code

"OPT"

Object

-

Optional

(1)

Site Class

 • A: 0

 • B: 1

 • C: 2

 • D: 3

 • E: 4

"SC_"

Integer

0

Optional

10

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Spectral Response Acceleration

 • [Sds, Sd1]

"aSRA"

Array
[Number,2]

-

Required

(2)

Mapped Spectral Response Acceleration ¹⁾

 • [Ss, S1]

 • Preset Value

"aMSRACC"

Array
[Number,2]

-

Required

(3)

Seismic Coefficient

 • [Fa, Fv]

"aSCP"

Array
[Number,2]

-

Required

(4)

Max Period

"PERIOD"

Number

-

Required

(5)

Importance Factor(I) ¹⁾

 • Preset Value: 1.0, 1.25, 1.5

"IE"

Number

-

Required

(3)

Response Modification
Coefficient(R) ¹⁾

 • Preset Value: 1.5, 2.0, 2.5, 3.0, 3.25, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 6.5, 7.0, 7.5, 8.0

"R_"

Number

-

Required

(4)

Long Transition Period(TL)

"TL"

Number

-

Required

11

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only

IBC2000(ASCE7-98)

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "IBC2000"

"SPEC_CODE"

String

-

Required

9

Type or Option Data By Code

"OPT"

Object

-

Optional

(1)

Site Class

 • A: 0

 • B: 1

 • C: 2

 • D: 3

 • E: 4

"SC_"

Integer

0

Optional

10

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Mapped Spectral Response Acceleration ¹⁾

 • [Ss, S1]

 • Preset Value

"aMSRACC"

Array
[Number,2]

-

Required

(2)

Max Period

"PERIOD"

Number

-

Required

11

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only

UBC(1997)

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "UBC97"

"SPEC_CODE"

String

-

Required

9

Type or Option Data By Code

"OPT"

Object

-

Optional

(1)

Seismic Coefficients Calculation Option

 • Automatic: 0

 • User Defined: 1

"SCCOPT"

Integer

0

Optional

(2)

Soil Profile Type(S)

 • Sa: 0

 • Sb: 1

 • Sc: 2

 • Sd: 3

 • Se: 4

"iSPTYPE"

Integer

0

Optional

(3)

Seismic Zone Factor(Z)

 • Zone1 (0.075): 0

 • Zone2A (0.15): 1

 • Zone2B (0.20): 2

 • Zone3 (0.30): 3

 • Zone4 (0.40): 4

"iSEISZONEFACTOR"

Integer

0

Optional

(4)

Seismic Source Type

 • When Seismic Zone Factor is Zone4

 • A: 0

 • B: 1

 • C: 2

"iSEISSOURCETYPE"

Integer

0

Optional

10

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Seismic Coefficients ²⁾

 • [Ca, Cv]

 • Automatic: Value calculated

 • User Defined: Value input required

"aSC"

Array
[Number,2]

-

Required

(2)

Max Period

"PERIOD"

Number

-

Required

(3)

Closest Distance to Known Seismic Source(km)

 • When Seismic Zone Factor is Zone4

"CDISTANCE"

Number

-

Required

11

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only

UBC 88-94

8

String Data By Code

"STR"

Object

-

Required

(1)

Design Spectrum Type

 • Code: "UBC88"

"SPEC_CODE"

String

-

Required

9

Factor or Value Data By Code

"VAL"

Object

-

Required

(1)

Seismic Zone Factor(Z)

 • 1: 0.075

 • 2A: 0.15

 • 2B: 0.20

 • 3: 0.30

 • 4: 0.40

"EPA"

Number

-

Required

(2)

Max Period

"PERIOD"

Number

-

Required

(3)

Soil Profile Type

 • S1: 1.0

 • S2: 1.2

 • S3: 1.5

"SPTYPE"

Number

-

Required

10

Calculation Options

"CALC_OPT"

Boolean

true

Create
Only



¹⁾ Preset Value: The value provided by the dialog.

When requesting API, even if a value other than the Preset Value is entered, the result will reflect that input.

²⁾ The value of this Key is calculated by MIDAS CIVIL NX based on the value of another keys, so even if a value is entered, it will not be reflected. Instead, the value calculated by MIDAS CIVIL NX will be applied.

0
Was this article helpful?