bag3_magnetics.layout.tcoil_diff.tcoil_core

Module Contents

Classes

TcoilDiffCore

Differential t-coil Core with 1 turn, 'R0' orientation

class bag3_magnetics.layout.tcoil_diff.tcoil_core.TcoilDiffCore(temp_db: bag.layout.template.TemplateDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag3_magnetics.layout.inductor.util.IndTemplate

Differential t-coil Core with 1 turn, ‘R0’ orientation

property term_coords: Sequence[bag.typing.PointType][source]
property bot_term_coords: Sequence[bag.typing.PointType][source]
property center_tap_coords: Sequence[bag.typing.PointType][source]
property turn_coords: Sequence[Mapping[str, Sequence[bag.typing.PointType]]][source]
property bridge_sp: int[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]

classmethod get_default_param_values() Mapping[str, Any][source]

Returns a dictionary containing default parameter values.

Override this method to define default parameter values. As good practice, you should avoid defining default values for technology-dependent parameters (such as channel length, transistor width, etc.), but only define default values for technology-independent parameters (such as number of tracks).

Returns:

default_params – dictionary of default parameter values.

Return type:

Mapping[str, Any]

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.

_draw_second_terms(coord_l: bag.typing.PointType, coord_r: bag.typing.PointType, lay_id: int, width: int) None[source]