3.6.1. lekkersim.Pin

class lekkersim.Pin(basename: str, mode_name: str | None = None)

Class representing a pin in the circuit.

Applicable to models, solvers, and structures.

It stores a base name and a mode neame. The mode name is optional and is used to distinguish between different modes of the same pin.

__init__(basename: str, mode_name: str | None = None) None

Methods

__init__(basename[, mode_name])

put([pin])

Creates an pin in the solver and maps it to the given pin.

Attributes

mode_name

Mode name of the pin

name

Full name of the pin.

basename

Base name of the pin