Registers a Python function.
*RegisterPythonFunction()Registers a Python function. |
|||||
*RegisterPythonFunction()Registers a Python function. |
Syntax |
*RegisterPythonFunction(function, file, parameters) |
|
Arguments |
Name |
Description |
function |
The name of the Python function. |
|
file |
The name of the Python file where the function resides. |
|
parameters |
The number of parameters the function accepts as input. This is for syntax presentation only. |
|
Example |
*BeginPlotDefaults() *RegisterPythonFunction(“NewFunc”, “C:/funcs/pythonfunc.py”, 2) *EndPlotDefaults() |
|
Application |
HyperGraph 2D, HyperGraph 3D |
|
Context |
||
See also |
|
|