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

Method soft_limits

lantz/drivers/olympus/ixbx.py:137–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135
136 @Feat(units=(ZSTEP, ZSTEP))
137 def soft_limits(self):
138 near = self.query('2NEARLMT?')
139 far = self.query('2FARLMT?')
140 return near, far
141
142 @soft_limits.setter
143 def soft_limits(self, near, far):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected