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