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

Method status

lantz/drivers/legacy/kentech/hri.py:191–194  ·  view source on GitHub ↗

Get status.

(self)

Source from the content-addressed store, hash-verified

189
190 @Feat()
191 def status(self):
192 """Get status.
193 """
194 return self.query_expect(".STATUS", chr(0))
195
196 @Feat(None, units='volt', limits=(0, 1700))
197 def mcp(self, value):

Callers

nothing calls this directly

Calls 1

query_expectMethod · 0.95

Tested by

no test coverage detected