Extract Struct Tuple
Description
Extracts a tuple stored in a Struct, such as the one returned by Calculate R Expression or Calculate Python Expression, by its name.
Inputs
| Name | Type | Description |
|---|---|---|
| Struct | Struct Type | Struct containing the tuple to extract. |
| Name | String Type | Name under which the tuple is stored in the struct. |
Optional Inputs
None.
Outputs
| Name | Type | Description |
|---|---|---|
| Tuple | Tuple Type | Extracted tuple. |
Group
Notes
Raises an error if no tuple is stored under Name in Struct.
This functor's banner shows the value of Name.
Internal Name
ExtractStructTuple