nimi-python
nimi-python copied to clipboard
Add codegen support for basic sequence type properties
Description of issue
Currently, there are properties that are returned as comma-delimited string:
- driver_setup
- group_capabilities
- supported_instrument_models
Codegen support should be added so that these properties can be returned as list
of str
, which is semantically more correct.
This needs to fixed for #1417 and #1418.