<< pyEquals Scithon pyGEquals >>

Scithon >> Scithon > pyExec

pyExec

Executes a python file at a given location.

Syntax

pyExec(string file_location)

Arguments

file_location

The location to .py file as a string.

Description

Executes a python file (of format .py) in scilab environment and variables are accessible through pyGet.

Example

startPy
pyExec("D:\example.py")
quitPy

Report an issue
<< pyEquals Scithon pyGEquals >>