transform_get_fields
List the readable table fields on a Transform for its current Function type, so you can inspect field availability before tablevar_get or tablevar_set and prevent ICCAP_FIELD_NOT_APPLICABLE errors.
Instructions
List the table fields readable on a Transform for its current Function type. Ownership: '' (empty, grouping node) owns no fields; 'equation' -> Input; 'derivative' -> Input, Output; 'Optimize' -> Algorithm/Error plus Target/Simulated/X Min/X Max/Name/Min/Max rows (actual row counts probed read-only) and algorithm-filtered option fields; program types -> Program. 'Function' itself is always readable. Use before tablevar_get/tablevar_set to introspect instead of triggering ICCAP_FIELD_NOT_APPLICABLE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | No | Optional; transforms are always resolved by type, accepted for symmetry with tablevar tools. | |
| transform_path | Yes | Transform path |