neuroarch.na.NeuroArch.add_ExecutableCircuit
- NeuroArch.add_ExecutableCircuit(name, version=None, circuit_diagrams=None, submodules=None)[source]
Add an executable circuit.
- Parameters:
name (str) – The name of the circuit diagram.
version (str (optional)) – The version of the circuit diagram
diagram (str (optional)) – A str specifying the diagram in SVG format.
js (str (optional)) – A str specifying the javascript submodules for interactivity.
- Returns:
The ExecutableCircuit object created.
- Return type: