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
KDS(41-17-00:2019)
"Assign": {
"1": {
"NAME": "KDS(41-17-00:2019)",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KDS(41-17-00:2019): Zone=1,S=0.22,Site=S2,Fa=1.38,Fv=1.38,Sds=0.51,Sd1=0.20,Ie=1.2,R=4.0",
"STR": {
"SPEC_CODE": "KDS(41-17-00:2019)"
},
"OPT": {
"SC_": 1,
"iSEISZONE": 0
},
"VAL": {
"aSRA": [
0.506,
0.2024,
0,
0
],
"aSCP": [
1.38,
1.38
],
"PERIOD": 6,
"IE": 1.2,
"R_": 4,
"ZONEFACTOR": 0.22
},
"CALC_OPT": true
}
}
}
KDS(17-10-00:2018)
"Assign": {
"1": {
"NAME": "KDS(17-10-00:2018)",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KDS(17-10-00:2018): Z=ZoneI(0.11),I=1.40,Site=S2",
"STR": {
"SPEC_CODE": "KDS(17-10-00:2018)"
},
"OPT": {
"SC_": 1,
"iSEISZONE": 0
},
"VAL": {
"aSCP": [
1.4,
1.446
],
"PERIOD": 6,
"IE": 1.4
},
"CALC_OPT": true
}
}
}
Korea(Bridge)
"Assign": {
"1": {
"NAME": "KS-Bridge",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KS-Bridge : Soil = 1.00 Area = 0.110 I = 1.400 R = 2.000",
"STR": {
"SPEC_CODE": "KS_BRG"
},
"VAL": {
"EPA": 0.11,
"PERIOD": 6,
"SPTYPE": 1,
"IE": 1.4,
"R_": 2
},
"CALC_OPT": true
}
}
}
KBC(2016)
"Assign": {
"1": {
"NAME": "KBC2016",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KBC2016: Zone=2,S=0.22,Site=Sd,Depth=1.20m,Fa=1.46,Fv=1.58,Sds=0.54,Sd1=0.23,Ie=1.2,R=4.0",
"STR": {
"SPEC_CODE": "KBC2016"
},
"OPT": {
"SC_": 3,
"iSEISZONE": 1
},
"VAL": {
"aSRA": [
0.5353333333333333,
0.23173333333333335,
0,
0
],
"aSCP": [
1.46,
1.58
],
"PERIOD": 6,
"IE": 1.2,
"R_": 4,
"ZONEFACTOR": 0.22,
"DEPTH": 1.2
},
"CALC_OPT": true
}
}
}
KBC(2009)
"Assign": {
"1": {
"NAME": "KBC2009",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KBC2009: Zone=1,S=0.22,Site=Sd,Fa=1.36,Fv=1.96,Sds=0.50,Sd1=0.29,Ie=1.2,R=4.0",
"STR": {
"SPEC_CODE": "KBC2009"
},
"OPT": {
"SC_": 2,
"iSEISZONE": 0
},
"VAL": {
"aSRA": [
0.43267,
0.23173,
0,
0
],
"aSCP": [
1.18,
1.58
],
"PERIOD": 6,
"IE": 1.2,
"R_": 4,
"ZONEFACTOR": 0.22
},
"CALC_OPT": true
}
}
}
KBC(2005)
"Assign": {
"1": {
"NAME": "KBC2005",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KBC2005 : Zone=ZoneI(0.11), Site=Sd, Sds=0.5267, Sd1=0.3365, Ie=1.200, R=4.500",
"STR": {
"SPEC_CODE": "KBC2005"
},
"OPT": {
"SC_": 3,
"iSEISZONE": 0,
"iEQMETHOD": 0,
"bRELIEVE": false
},
"VAL": {
"aSRA": [
0.53533,
0.23173,
0,
0
],
"PERIOD": 6,
"IE": 1,
"R_": 1
},
"CALC_OPT": true
}
}
}
Korea(Arch.2000)
"Assign": {
"1": {
"NAME": "KS2000",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KS2000 : Soil = 1.50 EPA = 0.110 I = 1.200 R = 3.000",
"STR": {
"SPEC_CODE": "KS2000"
},
"VAL": {
"EPA": 0.11,
"PERIOD": 6,
"SPTYPE": 1.5,
"IE": 1.2,
"R_": 3
},
"CALC_OPT": true
}
}
}
Korea(Arch.1992)
"Assign": {
"1": {
"NAME": "KS1992",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "KS1992 : Soil = 1.20 EPA = 0.120 I = 1.200 R = 3.500",
"STR": {
"SPEC_CODE": "KS"
},
"VAL": {
"EPA": 0.12,
"PERIOD": 6,
"SPTYPE": 1.2,
"IE": 1.2,
"R_": 3.5
},
"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 |
|
KDS(41-17-00:2019) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KDS(41-17-00:2019)" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Site Class • S1: 0 • S2: 1 • S3: 2 • S4: 3 • S5: 4 • S6: 5 |
"SC_" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • Seismic Zone 1: 0 • Seismic Zone 2: 1 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Spectral Response Acceleration • [Sds, Sd1] |
"aSRA" |
Array |
- |
Required |
|
(2) |
Seismic Coefficient • [Fa, Fv] |
"aSCP" |
Array |
- |
Required |
|
(3) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(4) |
Importance Factor(Ie) ¹⁾ • Preset Value: 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Coefficient(R) ¹⁾ • Preset Value: 1.25, 1.5, 2.5, 3, 3.25, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8 |
"R_" |
Number |
- |
Required |
|
(6) |
EPA(Zone Factor) ¹⁾ • Preset Value: 0.14, 0.22 |
"ZONEFACTOR" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
KDS(17-10-00:2018) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KDS(17-10-00:2018)" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Site Class • S1: 0 • S2: 1 • S3: 2 • S4: 3 • S5: 4 • S6: 5 |
"SC_" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • Seismic Zone 1: 0 • Seismic Zone 2: 1 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Seismic Coefficient ²⁾ • [Fa, Fv] • S1, S2, S3, S4, S5: Value calculated • S6: Value input required |
"aSCP" |
Array |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Seismic Risk Factor(I) • Value: 0.4, 0.57, 0.73, 1.0, 1.4, 2.0, 2.6 |
"IE" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
Korea(Bridge) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KS_BRG" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Earthquake Area(Ar) • Area I: 0.11 • Area II: 0.07 |
"EPA" |
Number |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Soil Profile Type • S1: 1.0 • S2: 1.2 • S3: 1.5 • S4: 2.0 |
"SPTYPE" |
Number |
- |
Required |
|
(4) |
Importance factor(I) ¹⁾ • Preset Value: 1.0, 1.4, 2.0 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Factor(R) ¹⁾ • Preset Value: 0.8, 1.0, 2.0, 3.0, 5.0 |
"R_" |
Number |
- |
Required |
|
10 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
KBC(2016) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KBC2016" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Site Class • Sa: 0 • Sb: 1 • Sc: 2 • Sd: 3 • Se: 4 |
"SC_" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • Seismic Zone 1: 0 • Seismic Zone 2: 1 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Spectral Response Acceleration • [Sds, Sd1] |
"aSRA" |
Array |
- |
Required |
|
(2) |
Seismic Coefficient • [Fa, Fv] |
"aSCP" |
Array |
- |
Required |
|
(3) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(4) |
Importance Factor(Ie) ¹⁾ • Preset Value: 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Coefficient ¹⁾ • Preset Value: 1.25, 1.5, 2.5, 3, 3.25, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8 |
"R_" |
Number |
- |
Required |
|
(6) |
Zone Factor(S) ¹⁾ • Preset Value: 0.14, 0.22 |
"ZONEFACTOR" |
Number |
- |
Required |
|
(7) |
Depth to MR |
"DEPTH" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
KBC(2009) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KBC2009" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Site Class • Sa: 0 • Sb: 1 • Sc: 2 • Sd: 3 • Se: 4 |
"SC_" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • Seismic Zone 1: 0 • Seismic Zone 2: 1 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Spectral Response Acceleration • [Sds, Sd1] |
"aSRA" |
Array |
- |
Required |
|
(2) |
Seismic Coefficient • [Fa, Fv] |
"aSCP" |
Array |
- |
Required |
|
(3) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(4) |
Importance Factor(Ie) ¹⁾ • Preset Value: 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Coefficient ¹⁾ • Preset Value: 1.25, 1.5, 2.5, 3, 3.25, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8 |
"R_" |
Number |
- |
Required |
|
(6) |
Zone Factor(S) ¹⁾ • Preset Value: 0.14, 0.22 |
"ZONEFACTOR" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
KBC(2005) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KBC2005" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Site Class • Sa: 0 • Sb: 1 • Sc: 2 • Sd: 3 • Se: 4 |
"SC_" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • Seismic Zone 1: 0 • Seismic Zone 2: 1 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
(3) |
Earthquake Input Method • Per Code: 0 • User Defined: 1 |
"iEQMETHOD" |
Integer |
0 |
Optional |
|
(4) |
Relieve Design Spectrum Acceleration |
"bRELIEVE" |
Boolean |
false |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Spectral Response • [Sds, Sd1] • Per Code: Value calculated • User Defined: Value input required |
"aSRA" |
Array |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Importance Factor(Ie) ¹⁾ • Preset Value: 0.8, 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(4) |
Response Modification Coefficient ¹⁾ • Preset Value: 1.25, 1.5, 2.5, 3, 4.5, 5, 5.5, 6, 6.5, 7, 8 |
"R_" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
Korea(Arch.2000) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KS2000" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Earthquake Area(Ar) • Area I: 0.11 • Area II: 0.07 |
"EPA" |
Number |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Soil Profile Type • S1: 1.0 • S2: 1.2 • S3: 1.5 • S4: 2.0 |
"SPTYPE" |
Number |
- |
Required |
|
(4) |
Occupancy Importance • Preset Value: 0.8, 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Coefficient(R) ¹⁾ • Preset Value: 1.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0 |
"R_" |
Number |
- |
Required |
|
10 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
Korea(Arch.1992) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "KS" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Earthquake Area(Ar) • Area I: 0.08 • Area II: 0.12 |
"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 |
|
(4) |
Occupancy Importance • Preset Value: 0.8, 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(5) |
Response Modification Coefficient(R) ¹⁾ • Preset Value: 1.0, 2.0, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0 |
"R_" |
Number |
- |
Required |
|
10 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
¹⁾ 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.