Predefined variables |
|
inputs |
Object referencing all the controls wired to the inputs of the Python device. For example, |
outputs |
Object referencing all the controls wired to the outputs of the Python device. For example, |
message |
Text control displayed on the control surface of the Python block. Its value can be set using |
state |
A persistent integer variable. The default value is 0 (zero). For an example showing how you can work with the value of the state variable, see Using the persistent state variable. |
See also |