cbadc.circuit.components.reference_source.ReferenceSource
- class cbadc.circuit.components.reference_source.ReferenceSource(instance_name: str, model_name: str, number_of_sources: int, input_filename: str, pseudo_random_sequence: ndarray, time_step: float = 1e-09)[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