Skip to main content
Glama

PicoScope MCP Server

capture_block

Capture waveform data from PicoScope oscilloscopes by specifying pre-trigger and post-trigger sample counts. Returns signal data for all enabled channels in a single acquisition block.

Instructions

Capture a single block of data.

Args: pre_trigger_samples: Number of samples before trigger. post_trigger_samples: Number of samples after trigger.

Returns: Dictionary containing captured waveform data for all enabled channels.

Input Schema

NameRequiredDescriptionDefault
post_trigger_samplesNo
pre_trigger_samplesNo

Input Schema (JSON Schema)

{ "properties": { "post_trigger_samples": { "default": 1000, "type": "integer" }, "pre_trigger_samples": { "default": 1000, "type": "integer" } }, "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