ska-sa / tango-simlib

Generic data-driven device simulator generation for PyTango
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Updating key values of device properties to dict #74

Closed ghost closed 6 years ago

ghost commented 6 years ago

The fandango parser assigns a dict to the key values for the different properties in the form { 'property-name': { 'DefaultPropValue': 'list-of-strings', 'name': 'property-name', 'type': 'data-type'}, } This will eliminate the current errors encountered when the launcher is run. Then the task in ticket number below can be addressed.

JIRA ticket: CB-2917