Skip to main content
FixturFab

Digital Multimeters for PCB Testing

How to test a circuit board with a multimeter, what to measure, and when to move from manual to automated DMMs. Bench, system, and scanning options.

A digital multimeter measures the electrical characteristics of your circuit board: DC and AC voltage on power rails, resistance and continuity across traces, and component values like capacitance. It's the most common instrument in any test engineer's toolkit, whether you're debugging a prototype by hand or running automated production tests. We carry bench, system, and scanning DMMs selected for functional test applications — the same instrument families we integrate into automated test systems. All are SCPI-controllable and have pre-built drivers in our open-source f3ts-hardware-utils library.

What to measure and when#

Testing a circuit board with a multimeter starts with the measurements that tell you whether your board is alive and assembled correctly.

DC voltage rails — After power-up, verify that each regulated supply (3.3V, 5V, 12V, etc.) is within tolerance. Out-of-spec rails point to regulator problems, incorrect components, or excessive load from shorts downstream. This is the first measurement on almost every functional test.

Resistance and continuity — Check for shorts between power and ground before applying power. Continuity tests across board traces catch open connections from cold solder joints or damaged vias. On unpopulated boards, resistance measurements verify trace integrity.

Component values — Measure capacitance across decoupling caps, resistance on pull-ups and termination networks, or diode forward voltage to confirm correct component placement.

The limitation of manual DMM measurement is consistency. When you're hand-probing one board at a time, test coverage depends on where you place the probes and how carefully you record readings. At low volumes that's fine. At production volumes, it's the bottleneck.

From hand measurement to automated testing#

Manual DMM testing is the right starting point for any new board. You learn what the correct readings should be, discover which measurements actually catch defects, and build your test plan empirically. Nobody writes a perfect test specification before probing their first board.

The transition happens when you start testing more than a handful of boards. The measurements don't change — you're still checking voltage rails, verifying continuity, and reading component values. The execution changes. Instead of hand-probing, a bed-of-nails fixture makes all contacts simultaneously, and a programmable DMM runs through your measurement list under software control.

Same Measurements, Different Execution

A programmable DMM with SCPI control runs the same voltage, resistance, and continuity checks you'd do by hand — but repeatable across every board, every time.

When you make that shift, the DMM specs that matter change too. Reading speed (measurements per second) determines your cycle time. Triggering mode (hardware trigger vs. software poll) affects synchronization with relay multiplexers and other instruments. And SCPI compliance determines whether your test software can actually talk to the instrument without writing a custom driver.

Our f3ts-hardware-utils library includes Python drivers for the DMM families we stock. You get a consistent DMM.measure_voltage() and DMM.measure_resistance() API regardless of which instrument is on the bench. The library is open-source and free — it works whether or not you buy the DMM from us.

For a broader look at how DMM measurements fit into a complete functional testing workflow, see our testing methods guide.

What we carry#

We carry three categories of DMMs covering bench development through high-channel-count production testing.

CategoryTypical ResolutionSpeedBest For
Bench DMMs5.5-6.5 digits10-50 rdg/sDevelopment, low-to-mid volume functional test
System DMMs6.5-7.5 digits50-1,000 rdg/sRack-mount automated test systems, high throughput
Scanning DMMs5.5-6.5 digitsMultiplexed across 10-40 channelsMulti-point measurement without external switching

A 5.5-digit bench DMM with USB-TMC or LAN-SCPI covers most functional test applications. That gives you 10 microvolt resolution on a 10V range, which is more than enough to verify power rails, and communication fast enough to measure 20-30 test points in under a second.

If your test plan requires measuring many channels without external relay multiplexing, a scanning DMM simplifies the wiring — the multiplexer is built into the instrument. For production lines where cycle time matters, system DMMs offer the reading speed to keep up.

Browse DMMs in the shop#

All DMMs ship from stock. No minimum order quantities.

Bench DMMs General-purpose programmable multimeters for functional test. SCPI-controllable with USB and/or LAN interfaces. Browse Bench DMMs →

System DMMs Rack-mount DMMs for integrated automated test systems. High reading speed and hardware triggering. Browse System DMMs →

Scanning DMMs Built-in multiplexing for multi-channel measurement. Reduce external switching hardware. Browse Scanning DMMs →

Quick reference: manual vs. automated DMM selection#

MeasurementManual (hand-probe)Automated (fixture + programmable DMM)
DC voltage railsAny bench DMMBench or system DMM with SCPI
AC ripple / noiseDMM with AC bandwidth specSystem DMM (higher bandwidth, faster sampling)
Resistance / continuityAny bench DMMBench or system DMM; 4-wire for precision
Component values (C, diode)DMM with capacitance functionBench DMM with SCPI; less common in automated flows
Multi-point measurement (10+ channels)Impractical by handScanning DMM or bench DMM + relay multiplexer
High-throughput productionNot applicableSystem DMM (50+ readings/second)

For most teams starting automated testing, a single bench DMM handles voltage, resistance, and continuity. Add a scanning DMM or relay multiplexer when your test point count exceeds what sequential single-channel measurement can cover within your target cycle time.

When to recalibrate or replace#

DMMs drift. The accuracy specifications in the datasheet are valid for the calibration interval — typically one year from the last NIST-traceable calibration.

Calibration Is Not Optional

All DMMs require periodic NIST-traceable calibration to maintain their specified accuracy. Most manufacturers recommend a 12-month interval. Budget $150-$400 per calibration depending on the instrument and lab.

For automated test systems, the practical concern isn't whether your DMM is 0.001% off — it's whether it's drifted enough that borderline boards start passing or failing incorrectly. If you're seeing increased test escapes or a shift in your yield statistics, recalibrate before investigating anything else.

Replace rather than recalibrate when the cost of calibration approaches 30-40% of a new instrument, or when the DMM can no longer meet its original specifications even after calibration. At the bench DMM price point, that threshold comes faster than most teams expect.

DMMs in your test system#

A DMM is one instrument in a functional test cell. Most test systems also include a programmable power supply to power the DUT, a programmer for firmware loading, and often data acquisition or switching hardware for higher channel counts.

Our f3ts-hardware-utils library provides unified Python drivers across all of these instrument types. If you're building a test system from scratch, the functional testing overview explains how the pieces fit together.

Need help selecting the right DMM for your test application? Contact us — we'll help you match instruments to your measurement requirements.

Last updated:February 21, 2026