Source code for simdesign.rcmrf.bdim.tr_post18_dcm.slab

"""This module provides the slab class implementation for the ``tr_post18_dcm``
design class in the BDIM layer.
"""
# Imports from bdim base library
from ..baselib.slab import SlabBase


[docs] class Slab(SlabBase): """Slab implementation for the ``tr_post18_dcm`` design class. This class directly uses the behaviour defined in ``SlabBase``. See Also -------- :class:`~SlabBase` Base class defining the core behaviour and configuration. """