*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.