scope_scan
Probe each host on a subnet for LeCroy oscilloscopes by checking port 111 and querying *IDN?. More reliable than broadcast discovery for LAN-connected scopes.
Instructions
Scan the network for LeCroy oscilloscopes.
More reliable than scope_list_resources for LAN-connected scopes — probes each host directly rather than relying on broadcast discovery.
Scans all hosts in the subnet for port 111 (VXI-11 portmapper) in parallel, then queries *IDN? on responsive hosts and filters for LeCroy instruments.
Args: subnet: CIDR subnet to scan, e.g. '192.168.1.0/24'. Defaults to LECROY_SUBNET env var if set, otherwise auto-detected from the local network interface.
Transport: local (TCP socket probe + SCPI *IDN? per candidate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |