collect_data#

ams.routines.routine.collect_data(rtn: RoutineBase, data_dict: Dict, items: Dict, attr: str)[source]#

Collect data for export.

Parameters:
rtnams.routines.routine.RoutineBase

The routine to collect data from.

data_dictOrderedDict

The data dictionary to populate.

itemsdict

Dictionary of items to collect data from.

attrstr

Attribute to collect data for.