Position of the objective.
(self)
| 173 | |
| 174 | @Feat(units=ZSTEP) |
| 175 | def z(self): |
| 176 | """Position of the objective. |
| 177 | """ |
| 178 | |
| 179 | # OPTIMAL?? start accel, speed tenth of microns/s, end accel |
| 180 | return int(self.query('2POS')) |
| 181 | |
| 182 | @z.setter |
| 183 | def z(self, value): |