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

Method status

lantz/drivers/kentech/hri.py:200–203  ·  view source on GitHub ↗

Get status.

(self)

Source from the content-addressed store, hash-verified

198
199 @Feat()
200 def status(self):
201 """Get status.
202 """
203 return self.query_expect(".STATUS", chr(0))
204
205 @Feat(None, units='volt', limits=(0, 1700))
206 def mcp(self, value):

Callers

nothing calls this directly

Calls 1

query_expectMethod · 0.95

Tested by

no test coverage detected