API types 
This page lists all types used by API Scilab.
scilabEnv 
This a pointer of internal information provided by Scilab engine, you just have to forwarding it to API function.
Like pvApiCtx before, please to do use it. You may have to chance its structure at any moment.
scilabVar 
It is the type of Scilab variable in API Scilab.
Each API Scilab that read or write in Scilab varaible use it to reference a variable.
scilabStatus 
scilabStatus is used by API Scilab to provide a status of execution.
It is a enum type:
scilabOpt 
It is a list of optional arguments given in the call.
You may use
scilab_getOptional
to retrieve optional values.
Report an issue | ||
<< API optional functions | API Scilab | call_scilab API (Scilab engine) >> |