cbadc.circuit.components.comparator.DAC_Bridge
- class cbadc.circuit.components.comparator.DAC_Bridge(instance_name: str, model_name: str, out_low: float, out_high: float, out_undef: float, input_load: float = 1e-12, t_rise: float = 1e-09, t_fall: float = 1e-09, comments: List[str] = [])[source]
Bases:
CircuitElementMethods
__init__(instance_name, model_name, out_low, ...)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