MCPcopy Create free account
hub / github.com/LabPy/lantz / z

Method z

lantz/drivers/olympus/ixbx.py:175–180  ·  view source on GitHub ↗

Position of the objective.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected