summaryrefslogtreecommitdiff
path: root/blocks/simulationAPI/helpers/ngspice_helper.py
AgeCommit message (Collapse)Author
2025-06-19Changes done for close button to close simulationSuchita Lad
2025-05-22push last error message to frontendSunil Shetye
2025-05-17use Exception instead of BaseExceptionSunil Shetye
2025-04-23Updated blocks to run simulationSuchita Lad
2025-04-15use pexpect for interactive scilab-cliSunil Shetye
send the expression to scilab-cli add convert_scientific_notation to replace multiple replace calls replace workspace_filename with workspace_file scriptcount and diagramlock no longer required in UserData class pass task_id or script_task_id based on context use shutil.move() instead of os.rename() convert task.task_id to string pass workspace to MxGraphParser
2025-04-11change REMOVEFILE to FalseSunil Shetye
2025-04-09Added auto execute script feature on loading diagramSuchita Lad
2025-04-08cleanupSunil Shetye
2025-04-02Updated files to store workspace file in task modelSuchita Lad
2025-03-26Updated uploadscript functionSuchita Lad
2025-03-23use threadName instead of task_idSunil Shetye
2025-03-21add get_task_logger_adapter for proper contextSunil Shetye
2025-03-11update start_time and end_time alsoSunil Shetye
2025-03-11add status to taskSunil Shetye
2025-03-05replace task_id and file_obj with taskSunil Shetye
get task_id from task now add debug
2025-03-04undo changes in ngspice_helperSunil Shetye
2025-03-03adding session key apiSunil Shetye
write function to set session
2025-02-28Updated files for sessionSuchita Lad
2025-02-28use task_id instead of file_idSunil Shetye
2025-02-28use gevent poolSunil Shetye
2025-01-16fix SCILAB_END definitionSunil Shetye
2025-01-16Updated ngspice_helper file for simulationSuchita Lad
2025-01-04remove cwd for relative paths to workSunil Shetye
2024-06-25add pow function to xslSunil Shetye
2024-06-13Updated ngspice_helper fileSuchita Lad
2024-06-12Updated files of simulationAPISuchita Lad
2024-02-07Updated ngspice_helper.py fileSuchita Lad
2022-08-12use actual fileSunil Shetye
2022-01-11set log_name in database immediatelySunil Shetye
2022-01-10upgrade celerySunil Shetye
2021-12-03use StreamingHttpResponse instead of ResponseSunil Shetye
use IgnoreClientContentNegotiation for text/event-stream use Streaming instead of Stream set Streaming state as early as possible
2021-12-02add STREAM as a celery stateSunil Shetye
2021-11-29save simulation log_name to databaseSunil Shetye
2021-11-15fix some code issuesSunil Shetye
2021-10-29get simulation parametersSunil Shetye
get app_name also
2021-04-11no need to exclude files beginning with dotSunil Shetye
2021-04-11working on scriptSunil Shetye
2021-04-11adding simulation apisSunil Shetye