Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> API Scilab > API types

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:

typedef enum __SCILAB_STATUS__
{
    STATUS_OK = 0,
    STATUS_ERROR = 1
}scilabStatus;

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 Scilab API Scilab Getting started with API_Scilab >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:09:57 CET 2017