Get status.
(self)
| 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): |
nothing calls this directly
no test coverage detected