Skip to main content
Glama

PicoScope MCP Server

export_waveform

Save captured oscilloscope waveform data to files in CSV, JSON, or NumPy formats for analysis and sharing.

Instructions

Export captured waveform data to file.

Args: format: Export format (csv, json, or numpy). channels: List of channels to export. filename: Output filename (without extension).

Returns: Dictionary containing export status and file path.

Input Schema

NameRequiredDescriptionDefault
channelsNo
filenameNowaveform
formatNocsv

Input Schema (JSON Schema)

{ "properties": { "channels": { "default": [ "A" ], "items": { "type": "string" }, "type": "array" }, "filename": { "default": "waveform", "type": "string" }, "format": { "default": "csv", "enum": [ "csv", "json", "numpy" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markuskreitzer/picoscope_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server