Source code for simdesign.rcmrf.bdim.eu_cdn.slab
"""This module provides the slab class implementation for the ``eu_cdn``
design class in the BDIM layer.
"""
# Imports from bdim base library
from ..baselib.slab import SlabBase
[docs]
class Slab(SlabBase):
"""Slab implementation for the ``eu_cdn`` design class.
This class directly uses the behaviour defined in ``SlabBase``.
See Also
--------
:class:`~SlabBase`
Base class defining the core behaviour and configuration.
"""