xbase.layout.esd_static.esd

Module Contents

Classes

ESD

This class instantiates esd_vdd and esd_vss to make one complete unit ESD.

class xbase.layout.esd_static.esd.ESD(temp_db: bag.layout.template.TemplateDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.layout.template.TemplateBase

This class instantiates esd_vdd and esd_vss to make one complete unit ESD.

property conn_layer: int[source]
property tr_manager: bag.layout.routing.base.TrackManager[source]
classmethod get_schematic_class() Optional[Type[bag.design.module.Module]][source]
classmethod get_params_info() Mapping[str, str][source]

Returns a dictionary from parameter names to descriptions.

Returns:

param_info – dictionary from parameter names to descriptions.

Return type:

Mapping[str, str]

draw_layout() None[source]

Draw the layout of this template.

Override this method to create the layout.

WARNING: you should never call this method yourself.