Equipotential Class
Equipotential Overview
The Equipotential class is responsible for managing equipotentials in the najaeda system.
Equipotential Attributes
- class najaeda.netlist.Equipotential(term)[source]
Bases:
objectClass that represents the term and wraps some of the snl occurrence API.
- get_inst_terms()[source]
Iterate over the instance terminals of this equipotential.
- Returns:
an iterator over the instance terminals of this equipotential.
- Return type:
Iterator[Term]
- get_top_terms()[source]
Iterate over the top terminals of this equipotential.
- Returns:
an iterator over the top terminals of this equipotential.
- Return type:
Iterator[Term]
- is_const() bool[source]
Check if this equipotential is a constant generator.
- Returns:
True if this equipotential is a constant generator.
- Return type:
bool