summaryrefslogtreecommitdiff
path: root/blocks/simulationAPI/helpers
AgeCommit message (Collapse)Author
2025-06-19wait for scilab to endSunil Shetye
2025-06-19Changes done for close button to close simulationSuchita Lad
2025-06-19increase default instances by 1Sunil Shetye
2025-05-22push last error message to frontendSunil Shetye
2025-05-17use Exception instead of BaseExceptionSunil Shetye
2025-04-24Added ports to blocks in DELAY_f super blockSuchita Lad
2025-04-23Updated blocks to run simulationSuchita Lad
2025-04-23add an else block to handle the empty array caseSunil Shetye
2025-04-23handle ... at the end of the scilab scriptSunil Shetye
exec does not handle ...
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-28Updated style of execute script windowSuchita Lad
2025-03-26Updated uploadscript functionSuchita Lad
2025-03-25replace request with taskSunil Shetye
2025-03-23use threadName instead of task_idSunil Shetye
2025-03-22fix FileResponse() callSunil Shetye
2025-03-21add get_task_logger_adapter for proper contextSunil Shetye
2025-03-19add more functionsSunil Shetye
2025-03-19add date change filter for consoleSunil Shetye
2025-03-18use SCILAB_CMDSunil Shetye
add DownloadFile and DeleteFile functions
2025-03-18chdir to script pathSunil Shetye
2025-03-17configure logger for worker and for taskSunil Shetye
2025-03-17add code for caseSunil Shetye
2025-03-11update start_time and end_time alsoSunil Shetye
2025-03-11add status to taskSunil Shetye
2025-03-10import even more code from SendLog.pySunil Shetye
2025-03-09import more code from SendLog.pySunil 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-02-28Updated celery codeSuchita Lad
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-10-25code cleanupSunil Shetye
2024-06-25add pow function to xslSunil Shetye
2024-06-13Updated ngspice_helper fileSuchita Lad
2024-06-12Updated files of simulationAPISuchita Lad
2024-03-04fix flake8 errorsSunil Shetye
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