check_connection
Verify the active connection to KiCad and retrieve version information to check compatibility.
Instructions
Check if currently connected to KiCad.
Returns connection status, KiCad version, and whether versions match.
Returns: Dictionary with connection status and version info.
Example: >>> check_connection() {"connected": True, "version": "9.0.1", "version_match": True}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||