On 05/22/2018 06:21 AM, Ajasja Ljubetič wrote: > *My question is: can I rename the *.rsr and *.ini and *.sch files that > automodel is using, so **that each instance will have a unique ID?*
Sure - just override the set_defaults() method in your automodel subclass, or set self.csrfile, self.inifile, and self.schfile somewhere else in your custom class to unique values.
Ben Webb, Modeller Caretaker