cbadc.circuit.components.comparator.D_FLIP_FLOP
- class cbadc.circuit.components.comparator.D_FLIP_FLOP(instance_name: str, model_name: str, clk_delay: float = 0.0, set_delay: float = 0.0, reset_delay: float = 0.0, ic: float = 2, rise_delay: float = 0.0, fall_delay: float = 0.0, comments: List[str] = [])[source]
Bases:
CircuitElementMethods
__init__(instance_name, model_name[, ...])add_terminal(terminal[, index])Add a terminal to the component
add_terminals(terminals)Add multiple terminals to the component
get_ngspice(connections)Get the ngspice call for the component
get_spectre(connections)Get the spectre call for the component
Get the terminals of the component
Attributes