py_scilab module¶
Scilab wrapper.
- class gemseo_scilab.py_scilab.ScilabFunction(fun_def, name, args, outs)[source]¶
Bases:
object
A scilab function.
Constructor.
- Parameters:
- class gemseo_scilab.py_scilab.ScilabPackage(script_dir_path)[source]¶
Bases:
object
Interface to a scilab package.
Scilab python interface scans the sci files in a directory and generates python functions from them.
Constructor.
- Parameters:
script_dir_path (str | Path) – The path to the directory to scan for .sci files.
- Raises:
FileNotFoundError – If the script_dir_path does not exist.