Skip to main content
ClaudeWave
Skill65 estrellas del repoactualizado yesterday

test-and-measurement

Bench instruments and measurement techniques for electronics — digital multimeter, oscilloscope, logic analyzer, spectrum analyzer, function generator, power supply, and their proper use. Covers probing technique, ground loops, loading effects, trigger modes, FFT mode pitfalls, signal integrity, noise budget analysis, and debugging workflows from "it doesn't work" to "here is the failure mechanism." Use when measuring, debugging, or characterizing any electronic circuit or firmware-hardware interaction.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Tibsfox/gsd-skill-creator /tmp/test-and-measurement && cp -r /tmp/test-and-measurement/examples/skills/electronics/test-and-measurement ~/.claude/skills/test-and-measurement
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Test and Measurement

Every electronic system is ultimately debugged at the bench with a small set of instruments. The skill of using them well is not about knowing which button to press but about knowing what quantity you actually want to measure, how to avoid disturbing the circuit by measuring it, and how to read the results through the filter of instrument bandwidth, probe loading, and the occasional ground loop. This skill covers the bench instruments, their proper use, and the systematic workflows that turn "it doesn't work" into "here is the failure."

**Agent affinity:** brattain (experimental technique and surface physics), horowitz (bench practice and debugging intuition)

**Concept IDs:** elec-signal-ac-analysis, elec-sensor-actuator-systems

## The Bench Toolkit

A minimum bench for serious electronics work:

| Instrument | What it measures | Typical specification |
|---|---|---|
| Digital multimeter (DMM) | DC and AC voltage, current, resistance, continuity, sometimes capacitance and frequency | 4.5-6.5 digits, 100 kΩ/V input impedance |
| Oscilloscope | Voltage vs time on 2-4 channels | 100 MHz - 1 GHz bandwidth, 1-5 GS/s |
| Logic analyzer | Digital waveforms on 8-32 channels | 100 MHz - 500 MHz sample rate |
| Function generator | Synthesized waveforms | 20 MHz sine/square/arbitrary |
| DC power supply | Controlled DC voltage and current | 0-30 V, 0-3 A, CV/CC crossover |
| Soldering iron | Temperature-controlled, fine tip for SMT | 250-400 °C adjustable |

Beyond the core, a spectrum analyzer for RF work, an LCR meter for component characterization, a thermal camera for finding hotspots, and a constant-current electronic load for power supply testing round out most benches.

## Technique 1 — The Digital Multimeter

The DMM is the least glamorous and most-used instrument. Four core modes:

**DC voltage.** Non-invasive (high input impedance, 1-10 MΩ). Accurate to a few ppm on quality meters. Always start with voltage measurements before anything invasive.

**DC current.** Requires breaking the circuit and placing the meter in series. The meter's burden voltage (voltage drop across the shunt) can significantly alter the circuit for low-voltage rails. Use the lowest range that accommodates the expected current.

**Resistance.** Only valid on unpowered circuits. The meter supplies a small test current and measures the voltage drop. In-circuit resistance readings are usually wrong because parallel paths distort the result.

**Continuity.** A fast audible indication of short/open. Use it liberally after soldering — continuity and shorts are the two most common assembly defects.

**Gotcha: AC readings on a DMM.** Most handheld DMMs read average-responding, scaled-for-RMS — accurate only for pure sine waves. A true-RMS DMM correctly reports RMS for any waveform shape. For PWM, pulsed, or distorted signals, use a true-RMS meter or an oscilloscope.

## Technique 2 — The Oscilloscope

The oscilloscope plots voltage vs time. Proper use requires understanding bandwidth, sample rate, trigger, and probing.

**Bandwidth.** The 3 dB point of the instrument's frequency response. A 100 MHz oscilloscope attenuates a 100 MHz sine by 30% — more at higher frequencies. For digital edges, the rule of thumb is that bandwidth must be at least 5x the highest frequency of interest, where "frequency of interest" is typically 0.35 / rise_time.

**Sample rate.** How many samples per second per channel the ADC takes. For reliable edge measurements, sample rate should be at least 10x the signal bandwidth.

**Memory depth.** How many samples the scope can store per trigger. Deep memory lets you zoom in on a long acquisition without losing timing detail.

**Trigger modes:**

| Mode | Trigger condition | Use |
|---|---|---|
| Edge | Signal crosses a threshold going up or down | Most common; repeating waveforms |
| Pulse width | Pulse of specified width (equal, greater, less) | Glitch hunting |
| Runt | Pulse that fails to cross both thresholds | Catching weak drivers |
| Serial | Specific byte or protocol pattern | Protocol debug |
| Single | Capture once on trigger | One-shot events |

## Technique 3 — Probing Technique

Probes are easy to overlook and easy to get wrong. The probe is part of the measurement — choose it for the measurement.

**Passive 10x probe.** Most common. The 10x attenuation lets the probe present 10 MΩ input impedance instead of the scope's 1 MΩ, and reduces capacitive loading from 15-20 pF to 8-12 pF. The trade-off is reduced sensitivity.

**Active probe.** FET-input probe with very low input capacitance (1-2 pF) and high bandwidth. Essential for measuring high-speed signals without disturbing them. Expensive and fragile.

**Differential probe.** Two inputs referenced to each other rather than to ground. Essential for measuring signals where both ends are elevated above ground (like across an inductor in a switching converter).

**Current probe.** Measures current without breaking the circuit by sensing the magnetic field around a conductor. Expensive but irreplaceable for high-current measurements.

**The ground clip problem.** The ground lead on a passive probe forms an inductive loop whose resonance is typically 100-300 MHz. Using the alligator ground clip on high-speed signals adds huge artifacts. Use a spring-tip ground or a solder-on probe for edges faster than about 10 ns.

## Technique 4 — Ground Loops and Common-Mode

An instrument connected to a circuit shares a ground reference. Connecting two instruments (say, a DMM and an oscilloscope) via their grounds and via the circuit creates a loop. Current circulating in this loop via line-frequency magnetic fields produces a phantom 60 Hz (or 50 Hz) voltage on every measurement.

**Mitigation.**

- **Isolate where possible.** Battery-powered scopes, optical triggers, differential probes all break the loop.
- **Make the loop small.** Short ground leads minimize the loop area and the induced voltage.
- **Power everything from one
art-history-movementsSkill

Major art movements and their historical context for art education. Covers 12 movements from the Renaissance to contemporary art, their defining characteristics, key artists, signature works, and the intellectual/social forces that produced them. Use when analyzing artworks in historical context, understanding stylistic lineages, identifying influences across periods, or connecting studio practice to art-historical precedent.

color-theorySkill

Color theory principles for art education. Covers the three color properties (hue, saturation, value), color mixing systems (subtractive and additive), color relationships (complementary, analogous, triadic, split-complementary), color temperature, simultaneous contrast and the relativity of color perception, and practical palette construction. Use when analyzing color in artworks, planning color schemes, understanding optical phenomena in painting, or investigating Albers's Interaction of Color experiments.

creative-processSkill

The creative process in art from idea to exhibition. Covers five phases of creative work (inspiration, incubation, exploration, execution, reflection), sketchbook practice, artist statements, critique methodology (formal and conceptual), portfolio development, and the studio as a working environment. Use when guiding students through project development, facilitating critique sessions, developing artist statements, curating portfolios, or understanding how professional artists structure their creative practice.

digital-artSkill

Digital art tools, techniques, and workflows for art education. Covers raster and vector workflows, digital painting, photo manipulation, generative and procedural art, 3D modeling and rendering, pixel art, the relationship between traditional skills and digital execution, and ethical considerations of AI-generated imagery. Use when working with digital tools, evaluating digital art, or bridging traditional art concepts into digital practice.

drawing-observationSkill

Observational drawing and visual perception techniques for art education. Covers contour drawing, gesture drawing, negative space, proportion and measurement, value mapping, spatial depth cues, and the cognitive shift from symbolic to perceptual seeing. Use when teaching drawing fundamentals, analyzing observational accuracy, or developing visual literacy in any medium.

sculpture-3dSkill

Three-dimensional art and sculptural thinking for art education. Covers additive and subtractive sculptural processes, armature construction, modeling in clay, carving principles, casting and moldmaking, assemblage and found-object sculpture, installation art as expanded sculpture, and the conceptual transition from pictorial to spatial thinking. Use when working with three-dimensional media, analyzing sculptural form, understanding spatial composition, or investigating the relationship between sculpture and site.

celestial-coordinatesSkill

Celestial coordinate systems and sky positioning. Covers horizon (altitude-azimuth), equatorial (right ascension-declination), ecliptic, and galactic systems; epoch and precession; coordinate transformations; planisphere use; and practical sky-locating from any latitude and date. Use when locating objects, planning observations, converting catalog coordinates, or teaching the geometry of the sky.

cosmological-observationSkill

Observational cosmology from Hubble's law to the CMB. Covers redshift, Hubble expansion, the cosmological parameters, the cosmic microwave background, large-scale structure, galaxy rotation curves and dark matter, Type Ia SNe and dark energy, and the current state of Lambda-CDM. Use when reasoning about the large-scale universe, interpreting cosmological surveys, or teaching the Big Bang evidence chain.