New subcircuit component
Note
Source : /src/subcircuit/newSub.py
- class subcircuit.newSub.NewSub(*args: Any, **kwargs: Any)
Contains functions to check : - Name of project should not be blank. - Name should not contain space between them. - Name does not match with existing project.
- createSubcircuit(subName)
This function create workspace for subcircuit.
- It also validate file names for Subcircuits:
File name should not contain space.
Name can not be empty.
File name already exists.