
Sciscipy provides a Python API to map Scilab features. Three main methods are available:
* sciscipy.eval(sci_cmd)
* sciscipy.read(sci_var_name)
* sciscipy.write(sci_var_name, py_var_name)
Also, to increase the level of enjoyment, a python module called scilab is also provided. This package contains a class 'Scilab' that can be used to issue any valid scilab function.