CohesionlessSPTTable#

class SPTTable(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).

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