Presently, the `_name` attribute for shot objects is the machine name. I think it should be the attribute name, like `s204620`. Presently: ``` >>> nstx.s204620._name 'nstxu' ``` Preferred behavior: ``` >>> nstx.s204620._name 's204620' ```
Presently, the
_nameattribute for shot objects is the machine name. I think it should be the attribute name, likes204620.Presently:
Preferred behavior: