instrument-anritsu-mt8821

23 stars

Best use case

instrument-anritsu-mt8821 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Teams using instrument-anritsu-mt8821 should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/instrument-anritsu-mt8821/SKILL.md --create-dirs "https://raw.githubusercontent.com/wangjianjq/Skill/main/.agents/skills/instrument-anritsu-mt8821/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/instrument-anritsu-mt8821/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How instrument-anritsu-mt8821 Compares

Feature / Agentinstrument-anritsu-mt8821Standard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill provides specific capabilities for your AI agent. See the About section for full details.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Skill: Anritsu MT8820C/MT8821C (Radio Comm Analyzer)

## 1. Overview

The industry standard for 2G/3G/4G manufacturing and R&D testing.

* **Primary Roles**: LTE/WCDMA/GSM Calibration & Non-Signaling Test.
* **Interface**: GPIB (most common in factories), LAN.

## 2. SCPI Command Style

Anritsu commands are often short and specific to the measurement mode.

* **Mode Select**: `STDSEL LTE`
* **Measure Tx Power**: `SWP` (Start Wireless Power measurement) -> `FETCH:TXP?`

## 3. Parallel Phone Testing (PPT)

The MT8821C supports testing 2 phones simultaneously.

* **Select Phone 1**: `ANALOG` (or specific port selection command).
* **Select Phone 2**: `ANALOG2`.

## 4. Critical Logic

1. **Fast Switch**: Use list mode or fast switch commands for calibration routines to save ms.
2. **Calibration**: Ensure cable loss tables (`LOSSTABLE`) are loaded for specific frequency bands.
3. **Legacy Handling**: The older MT8820C has a slower processor; avoid flooding it with commands. Add small delays (10ms) if automation fails.