rsseismic.SoilLayer module#
- class rsseismic.SoilLayer.SoilLayer(client: Client, modelId: str, layerId: str)#
Bases:
_ProxyObject,SoilLayerPropertiesMixinRead and edit properties for one soil layer on a profile.
Obtain an instance from
model.Profiles.getSoilLayer(layerId). Layer IDs come frommodel.Profiles.listSoilLayers()orlistActiveSoilLayers().Use the generated
get*/set*helpers for scalar layer properties such as thickness, unit weight, and soil model. Reference curves are edited throughlayer.ReferenceCurve; fitted dynamics and curve fitting uselayer.Curve.- property layerId: str#