New subcircuit component

class subcircuit.newSub.NewSub

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.