Skip to main content
Glama

PicoScope MCP Server

measure_pulse_width

Measure pulse width at specified threshold on oscilloscope channels to analyze signal timing characteristics and duration parameters.

Instructions

Measure pulse width at specified threshold.

Args: channel: Channel to measure. threshold_percent: Threshold percentage for pulse measurement (0-100).

Returns: Dictionary containing pulse width in seconds.

Input Schema

NameRequiredDescriptionDefault
channelYes
threshold_percentNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "enum": [ "A", "B", "C", "D" ], "type": "string" }, "threshold_percent": { "default": 50, "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