Skip to main content
Glama

PicoScope MCP Server

set_signal_generator

Configure the built-in signal generator to produce specific waveforms with defined frequency, amplitude, and offset settings for testing and measurement applications.

Instructions

Configure the built-in signal generator (AWG).

Args: waveform_type: Type of waveform to generate. frequency_hz: Frequency in Hz. amplitude_mv: Peak-to-peak amplitude in millivolts. offset_mv: DC offset in millivolts.

Returns: Dictionary containing signal generator status and configuration.

Input Schema

NameRequiredDescriptionDefault
amplitude_mvNo
frequency_hzNo
offset_mvNo
waveform_typeNosine

Input Schema (JSON Schema)

{ "properties": { "amplitude_mv": { "default": 1000, "type": "number" }, "frequency_hz": { "default": 1000, "type": "number" }, "offset_mv": { "default": 0, "type": "number" }, "waveform_type": { "default": "sine", "enum": [ "sine", "square", "triangle", "dc", "ramp" ], "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