connect_device
Establish connection to a PicoScope oscilloscope device using its serial number or automatically detect the first available unit for signal acquisition and measurement operations.
Instructions
Connect to a specific PicoScope device.
Args: serial: Device serial number. If empty, connects to first available device.
Returns: Dictionary containing connection status and device information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
serial | No |
Input Schema (JSON Schema)
{
"properties": {
"serial": {
"default": "",
"type": "string"
}
},
"type": "object"
}