MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / enable_csv_export

Method enable_csv_export

tests/utils/api_client.py:297–299  ·  view source on GitHub ↗

Enable CSV export.

(self)

Source from the content-addressed store, hash-verified

295 return status.get("isConnected", False)
296
297 def enable_csv_export(self) -> None:
298 """Enable CSV export."""
299 self.command("csvExport.setEnabled", {"enabled": True})
300
301 def disable_csv_export(self) -> None:
302 """Disable CSV export."""

Calls 1

commandMethod · 0.95