Enable/disable the possibility to attach a module in Python when imported in Scilab.
[isAttachModule = ] pyAttachModule([mustAttachModule])
A boolean.
A boolean.
When a module is imported in Scilab, by default there is no variable in Python environemnt to access to the module.
This behaviour can be changed with this function..
Version | Description |
5.4.0 | Python module. |