Module: Python Command Module ()
This is an experimental module from the Xtra Library: https://xtras.amira-avizo.com.This module allows executing Python code. When Apply button is pressed, the Python code in port Command is executed.
Data [required]
Input of the module. Accessible in Python using self.ports.data command. When filled, another data port is added, in case additional inputs are needed. The following data ports are accessible using self.ports.data_2, self.ports.data_3, etc.
Command
Text port to enter Python code.