xbase.layout.res.tech

This module defines resistor technology class.

Module Contents

Classes

ResTech

Helper class that provides a standard way to create an ABC using

class xbase.layout.res.tech.ResTech(tech_info: bag.layout.tech.TechInfo, metal: bool = False)[source]

Bases: xbase.layout.array.tech.ArrayTech, abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

property res_config: Mapping[str, Any][source]
property conn_layer: int[source]
property mos_type_default: str[source]
property threshold_default: str[source]
property has_substrate_port: bool[source]
abstract get_width(**kwargs) int[source]
abstract get_length(**kwargs) int[source]