Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Português do Brasil - 日本語 - English
Aide Scilab >> Scilab > readgateway

readgateway

get primitives list of a module

Calling Sequence

readgateway(module_name)
primitives = readgateway(module_name);
[primitives,primitivesID] = readgateway(module_name);
[primitives,primitivesID,gatewayID] = readgateway(module_name);

Description

get primitives list of a module.

primitives : list of primitives of a module.

primitivesID : list of ID for primitives.

gatewayID : list of ID of gateway associated to a module.

Examples

[primitives,primitivesID,gatewayID] = readgateway('core');
primitives(1) // 'debug' primitive
primitivesID(1) // 1 is ID of 'debug' in 'core' gateway
gatewayID(1) // 13 is ID of 'core' gateway in scilab

See Also

  • getmodules — returns list of modules installed in Scilab
<< newfun Scilab setbpt >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:30 CEST 2011