Pulse TouchDesigner parameter
pulse_td_parameterValidate a TouchDesigner parameter is Pulse-style, trigger its pulse operation, and confirm success. Returns typed errors for missing operators, parameters, or invalid styles.
Instructions
Validate that an existing operator parameter is Pulse style, invoke its structured .pulse() operation, and confirm the result. Missing operators, missing parameters and non-Pulse styles return typed bridge errors. Does not use raw Python fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the operator that owns the Pulse. | |
| parameter | Yes | Exact name of the Pulse parameter. |