Skip to main content
Glama

PicoScope MCP Server

configure_math_channel

Set up mathematical operations between oscilloscope channels to perform addition, subtraction, or multiplication of signal data for enhanced waveform analysis.

Instructions

Configure a math channel (channel operations).

Args: operation: Mathematical operation to perform. channel_a: First channel. channel_b: Second channel.

Returns: Dictionary containing math channel configuration.

Input Schema

NameRequiredDescriptionDefault
channel_aNoA
channel_bNoB
operationNoadd

Input Schema (JSON Schema)

{ "properties": { "channel_a": { "default": "A", "enum": [ "A", "B", "C", "D" ], "type": "string" }, "channel_b": { "default": "B", "enum": [ "A", "B", "C", "D" ], "type": "string" }, "operation": { "default": "add", "enum": [ "add", "subtract", "multiply" ], "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