Skip to main content
Glama

PicoScope MCP Server

measure_rise_time

Measure signal rise time from lower to upper threshold percentages using PicoScope oscilloscope data to analyze electronic signal transition speed.

Instructions

Measure signal rise time (10% to 90% by default).

Args: channel: Channel to measure. low_threshold_percent: Lower threshold percentage (0-100). high_threshold_percent: Upper threshold percentage (0-100).

Returns: Dictionary containing rise time in seconds.

Input Schema

NameRequiredDescriptionDefault
channelYes
high_threshold_percentNo
low_threshold_percentNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "enum": [ "A", "B", "C", "D" ], "type": "string" }, "high_threshold_percent": { "default": 90, "type": "number" }, "low_threshold_percent": { "default": 10, "type": "number" } }, "required": [ "channel" ], "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