cbadc.circuit.components.integrator.Integrator
- class cbadc.circuit.components.integrator.Integrator(instance_name: str, model_name: str, input_offset: float = 0.0, gain: float = 1.0, out_lower_limit: float = -10.0, out_upper_limit: float = 10.0, limit_range: float = 1e-06, out_initial_condition: float = 0.0)[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