nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Add codegen support for basic sequence type properties

Open sbethur opened this issue 4 years ago • 0 comments

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.

sbethur avatar Apr 19 '20 23:04 sbethur