stilt.Simulation.get_footprint#

Simulation.get_footprint(name)[source]#

Return a named footprint, loading from disk if not already cached.

Parameters:

name (str) – Footprint name (matches the key used in foot_configs).

Returns:

The footprint if the file exists on disk, otherwise None.

Return type:

Footprint or None