8 The pin of a module. Each pin has a name, a direction, and a type and is associated with a net.
11 py_module_pin.def(py::self == py::self, R"(
12 Check whether two module pins are equal.
14 :returns: True if both module pins are equal, False otherwise.
18 py_module_pin.def(py::self != py::self, R"(
19 Check whether two module pins are unequal.
21 :returns: True if both module pins are unequal, False otherwise.
26 The net passing through the pin.
32 Get the net passing through the pin.
34 :returns: The net of the pin.
void module_pin_init(py::module &m)
std::unique_ptr< T, py::nodelete > RawPtrWrapper
const Module * module(const Gate *g, const NodeBoxes &boxes)