CohesionlessEndBearingSPTTable#

class EndBearingSPTTable(model_id: str, soil_id: int, client: Client)#

Bases: object

setSPTTable(SPTTable: list[tuple[float, float]])#

Accepts an array of tuples, where each tuple contains (Depth, SPT ‘N’ Value). - depth -> corresponds to spt_depth_array_end_bearing. - spt_count -> corresponds to sptn_array_end_bearing.

Examples: Code Snippet: Manipulation of Driven Soil Properties

getSPTTable() list[tuple[float, float]]#

Examples: Code Snippet: Manipulation of Driven Soil Properties

setUseSPTCorrectionForOverburdenPressure(useSPTCorrection: bool)#
getUseSPTCorrectionForOverburdenPressure() bool#