Convenience wrapper for (input/output) locations of specific integration node types
- Dominant language
- Python
- Stars
- 24
- Forks
- 5
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 12
Description
### 📝 Description of the feature
Currently, users are able to register input/output locations of integration nodes using [register_location_as_...](https://optislang.docs.pyansys.com/version/stable/api/_autosummary/ansys.optislang.core.nodes.IntegrationNode.register_location_as_parameter.html) methods. The location argument is a generic structure. Users need to know the structure.
As an enhancement, add convenience functionality/wrappers for specific integration nodes, to support users in creating the location descriptions.
Priority list for specific integration nodes:
- Python-based integrations (subtype=AddinType.PYTHON_BASED_INTEGRATION_PLUGIN)
- Parameterize node(s)
- ETK nodes
- Ansys optiSLang node
- Python node
- Excel node
- Matlab node
### 💡 Steps for implementing the feature
_No response_
### 🔗 Useful links and references
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.