Constructors
constructor
Properties
worker
worker: any
Methods
deleteFile
deleteFile(path: any): Promise<any> Returns Promise<any>
exists
exists(path: any): Promise<any> Returns Promise<any>
forceDrawing
forceDrawing( circuitString: any, paramMap: any, optionsString: any,): Promise<any> Parameters
- circuitString: any
- paramMap: any
- optionsString: any
Returns Promise<any>
generateSvgFile
generateSvgFile(file: any): Promise<any> Returns Promise<any>
generateSvgFiles
generateSvgFiles(path: any): Promise<any> Returns Promise<any>
getCircuitFiles
getCircuitFiles(): Promise<any> Returns Promise<any>
getGeneratorProgress
getGeneratorProgress(): Promise<any> Returns Promise<any>
importPackage
importPackage(packageName: any): Promise<any> Returns Promise<any>
initSVGGenerator
initSVGGenerator(path: any): Promise<any> Returns Promise<any>
isValidCircuitFile
isValidCircuitFile(filename: any, filepath: any): Promise<any> Parameters
- filename: any
- filepath: any
Returns Promise<any>
isValidCircuitString
isValidCircuitString(circuitString: any): Promise<any> Returns Promise<any>
loadSolver
loadSolver(): Promise<any> Returns Promise<any>
mkdir
mkdir(path: any): Promise<any> Returns Promise<any>
pyimport
pyimport(moduleName: any): Promise<any> Returns Promise<any>
readDir
readDir(path: any): Promise<any> Returns Promise<any>
readFile
readFile(path: any, encoding?: string): Promise<any> Parameters
- path: any
- encoding: string = "utf8"
Returns Promise<any>
recursiveRmdir
recursiveRmdir(path: any): Promise<any> Returns Promise<any>
rename
rename(from: any, to: any): Promise<any> Returns Promise<any>
runPython
runPython(code: any): Promise<any> Returns Promise<any>
unpackArchive
unpackArchive( pkgArrBuff: any, packageExtension: any, options: any,): Promise<any> Parameters
- pkgArrBuff: any
- packageExtension: any
- options: any
Returns Promise<any>
writeFile
writeFile(path: any, content: any, encoding?: string): Promise<any> Parameters
- path: any
- content: any
- encoding: string = "utf8"
Returns Promise<any>
zipFiles
zipFiles(path: any): Promise<any> Returns Promise<any>