Skip to main content
Glama

PicoScope MCP Server

get_channel_config

Retrieve current configuration settings for PicoScope oscilloscope channels including voltage range, coupling, and bandwidth to verify or document measurement setups.

Instructions

Get current configuration of a channel.

Args: channel: Channel identifier (A, B, C, or D).

Returns: Dictionary containing current channel settings.

Input Schema

NameRequiredDescriptionDefault
channelYes

Input Schema (JSON Schema)

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