summaryrefslogtreecommitdiff
path: root/blocks/simulationAPI/helpers/scilab_manager.py
AgeCommit message (Collapse)Author
2025-06-19wait for scilab to endSunil Shetye
2025-04-24Added ports to blocks in DELAY_f super blockSuchita 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-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-10import even more code from SendLog.pySunil Shetye
2025-03-09import more code from SendLog.pySunil Shetye
2025-03-03adding session key apiSunil Shetye
write function to set session
2025-02-28use gevent poolSunil Shetye
2025-02-28Updated celery codeSuchita Lad