Python Interaction Mechanism in Scilab
Python Interaction Mechanism in Scilab
>> Python Interaction Mechanism in Scilab
Python Interaction Mechanism in Scilab
pyAddToPath
—
Append a path to sys.path
pyAddVar
—
Add a named variable in Python environment
pyAllowModuleReloading
—
Allow to reload a module
pyAttachModule
—
Enable/disable the possibility to attach a module in Python when imported in Scilab.
pyAutounwrap
—
Enable/disable autounwrapping
pyBuiltin
—
Get the module __builtin__.
pyByCopy
—
Enable/disable the copy of function arguments.
pyDeff
—
Wrap a Python method as a Scilab macro.
pyDict
—
Create a set
pyEvalStr
—
Evaluate code in Python environment
pyExists
—
Check if a Python object in Scilab environment is always valid in Python environment.
pyGetAttr
—
Get an attribute from a Python object
pyGetEnvId
—
Enable/disable the Numpy usage.
pyGetField
—
Get the value of the field of a Python object.
pyGetFields
—
Get the available methods of Python object
pyGetInfos
—
Get information about Python interpreter.
pyGetMethods
—
Get the available methods of Python object
pyGetName
—
Get Python object fields names.
pyGetPath
—
Get the contents of sys.path
pyGetVar
—
Get a named variable from Python environment
pyImport
—
Import a module in Scilab environment
pyInvoke
—
Invoke a Python callable object.
pyKill
—
Kill the Python environment.
pyList
—
Create a list
pyMain
—
Get the module __main__.
pyNpWrap
—
Wrap a Scilab variable in using systematically Numpy.
pyRemove
—
Remove a Python object from the Scilab environment.
pyRepr
—
Get the repr of a Python object.
pySet
—
Create a set
pyShowPrivate
—
Enable/disable the possibility to use "private" fields or methods.
pyTrace
—
Enable/disable log information.
pyTuple
—
Create a tuple
pyUnwrap
—
Unwrap a Python object into Scilab data
pyUnwrapRem
—
Unwrap a Python object into Scilab data and remove it.
pyUseNumpy
—
Enable/disable the Numpy usage.
pyUseScilabIndex
—
Enable/disable the Numpy usage.
pyWrap
—
Wrap a Scilab data into a Python object
pyWrapAsRef
—
Wrap as reference (no copy) a Scilab variable
Report an issue
Python Interaction Mechanism in Scilab