get_udt
Retrieve User-Defined Type (UDT) definitions with member details from an Ignition project. Optionally specify a UDT name to get a single definition, or omit to return all UDTs.
Instructions
Get UDT definition(s) with member details.
Args: project_path: Path to Ignition project directory or .zip export. udt_name: Optional UDT name. If empty, returns all UDTs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udt_name | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |