You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
766 B
Markdown
19 lines
766 B
Markdown
#### Options for Python code generation only
|
|
|
|
##### pyOptionalArgs (default = "")
|
|
|
|
Optional arguments to pass to the Python version of the scheduler function
|
|
|
|
##### customPythonName (default = "custom")
|
|
|
|
Name of custom header in generated Python code. If you use several scheduler, you may want to use different headers for each one.
|
|
|
|
##### appNodesPythonName (default = "appnodes")
|
|
|
|
Name of AppNodes header in generated Python code. If you use several scheduler, you may want to use different headers for each one.
|
|
|
|
##### schedulerPythonFileName (default = "sched")
|
|
|
|
Name of scheduler file in generated Python code. If you use several scheduler, you may want to use different headers for each one.
|
|
|
|
If the option is set to `xxx`, the name generated will be `xxx.py` |