763a764,769
> def __str__(self):
> ext = ''
> if self.isVec:
> ext = '[%d]' % self.index
> return '%s.%s%s' % (self.simobj.path(), self.name, ext)
>