Connect to the configured device.
(self)
| 282 | self.batch(commands) |
| 283 | |
| 284 | def connect_device(self) -> None: |
| 285 | """Connect to the configured device.""" |
| 286 | self.command("io.connect") |
| 287 | |
| 288 | def disconnect_device(self) -> None: |
| 289 | """Disconnect from the device.""" |