Skip to main content

2. Measurement Techniques

Learning Objectives

  • Describe the standard procedure for measuring DC voltage, current, and resistance
  • Explain how AC measurements differ from DC measurements, including RMS vs peak values
  • Identify the strengths and weaknesses of analog meters, digital meters, and oscilloscopes
  • Apply Fourier transform analysis to understand a signal's frequency content
  • Choose the right measurement technique for a given bench-test scenario
  • Analyze how loading and instrument impedance affect measurement accuracy

Quick Answer

Measurement techniques are the practical procedures engineers use to extract voltage, current, resistance, and waveform information from a circuit using the right instrument, connected the right way. DC measurements are the simplest — voltmeters go in parallel, ammeters go in series, and ohmmeters need the circuit powered off. AC measurements add a layer of complexity because a waveform's RMS value, peak value, and frequency content all carry different meaning. Oscilloscopes and Fourier analysis extend measurement beyond a single number to the full shape and frequency spectrum of a signal. Choosing the correct technique — and understanding what the instrument itself changes about the circuit — is what separates a correct measurement from a plausible-looking wrong one.

Instruments and How They Connect

Every measurement technique starts with one question: what does the instrument do to the circuit when you connect it?

  • Voltmeters measure the potential difference between two points. They are connected in parallel with the component under test and are designed with very high internal resistance so they draw negligible current and disturb the circuit as little as possible.
  • Ammeters measure current flow. They are connected in series, breaking the circuit path so all the current passes through the meter. Ammeters have very low internal resistance for the same reason — high resistance in series would drop the very current you're trying to measure.
  • Ohmmeters measure resistance by injecting a small known current or voltage from the meter's own internal source and measuring the response. Because of this internal source, resistance must always be measured with the component de-energized and isolated from the rest of the circuit, or the reading will be corrupted by other current paths and can even damage the meter.

Analog meters use a needle deflecting against a calibrated dial (a moving-coil galvanometer, in most designs) — inexpensive and intuitive but limited in resolution and prone to parallax reading error. Digital multimeters (DMMs) digitize the signal internally and display a numeric result, giving higher accuracy, higher input impedance, and functions like auto-ranging and true-RMS conversion. Oscilloscopes go a step further: instead of a single number, they display the signal's voltage as a function of time, which is essential whenever you need to see waveform shape, timing, or transient behavior rather than just a steady-state value.

DC Voltage and Current Measurement

DC voltage measurement is usually as simple as connecting a voltmeter (or DMM set to DC volts) across the component. Three common approaches:

  1. Direct reading — connect the meter probes across the two points of interest and read the display.
  2. Voltage divider calculation — if you know the resistor ratio in a divider network, you can calculate the expected voltage at a node without measuring it directly, then verify with a meter.
  3. Ohm's law from voltage drop — measure the voltage across a known resistor and calculate the current through it (I = V/R), a common trick when you can't easily break the circuit to insert an ammeter.

Worked example: A digital multimeter set to DC volts across a 9V battery under a small load reads 8.7V. This is a real, useful measurement — it shows the battery sagging under load, which a no-load reading would never reveal. The "measurement technique" here isn't just placing probes; it's choosing to measure under load because that's the condition that matters for the application.

AC Voltage Measurement

AC measurement introduces the RMS (root-mean-square) value, which represents the equivalent DC value that would deliver the same power to a resistive load. For a sine wave, RMS = Peak / √2 ≈ 0.707 × Peak.

Procedure with a digital multimeter:

  1. Set the meter to the AC voltage range appropriate for the expected signal (e.g., 200V AC range for mains voltage).
  2. Connect the leads across the two points — polarity does not matter for AC.
  3. Read the displayed value, which most DMMs report as RMS.

For mains power in many countries, RMS voltage ≈ 120V or 230V, corresponding to a peak voltage of about 170V or 325V respectively. This distinction matters in design: a capacitor or diode across the mains line must be rated for the peak voltage, not the RMS value, or it will fail.

Not all AC meters measure true RMS. Cheaper meters assume the waveform is a pure sine and scale a rectified average — this gives wrong readings for distorted waveforms like those from a variable-speed motor drive or a dimmer-controlled load. A true-RMS meter computes RMS directly regardless of waveform shape, which matters increasingly with modern switching power supplies and variable-frequency drives.

Advanced Measurement: Frequency-Domain Analysis

Some signals can't be understood from a single voltage number — you need to know what frequencies make them up. Fourier transform analysis decomposes a time-domain signal into its constituent sine-wave frequency components, revealing information invisible on a simple voltmeter or even an oscilloscope's time trace.

This matters in practice: a "noisy" power supply rail might look like a clean DC line on a slow meter, but an FFT (Fast Fourier Transform) reveals a 100 kHz switching spike riding on top of it — the actual source of interference in a nearby sensitive circuit. Spectrum analyzers and modern digital oscilloscopes with FFT functions perform this analysis automatically, plotting amplitude versus frequency instead of amplitude versus time.

Key Terms

TermDefinitionRelated Concept
RMS ValueThe equivalent DC value of an AC waveform that delivers the same power to a resistive loadPeak Voltage, True-RMS Meter
Peak VoltageThe maximum instantaneous voltage a waveform reachesRMS Value, Crest Factor
True-RMS MeterA meter that computes RMS mathematically rather than assuming a sine waveRMS Value, Waveform Distortion
Loading EffectThe disturbance an instrument's own impedance causes to the circuit being measuredInput Impedance, Ammeter, Voltmeter
Fourier Transform (FFT)A mathematical technique that converts a time-domain signal into its frequency-domain componentsSpectrum Analyzer, Harmonic Distortion
OscilloscopeAn instrument that displays voltage as a function of timeWaveform, Triggering

Common Mistakes

Misconception: A DMM set to AC volts always gives the true RMS value, no matter what the waveform looks like. Why it's wrong: Many budget DMMs are "average-responding" meters — they measure the rectified average of the waveform and multiply by a fixed constant (1.11) that is only correct for a pure sine wave. On a distorted waveform (from a dimmer, a VFD, or a switching supply) this gives a significantly wrong reading. Correct understanding: Only a true-RMS meter accurately measures non-sinusoidal AC waveforms. Always check whether your meter is true-RMS before trusting readings on distorted signals.


Misconception: You can measure resistance on a component while it is still powered and connected in the circuit. Why it's wrong: An ohmmeter injects its own test current through the component. If the circuit is powered, or if other components provide alternate current paths, the reading will be corrupted by those other sources, and in some cases the meter's low-power sensing circuitry can be damaged. Correct understanding: Always de-energize the circuit and, where possible, isolate the component (desolder one leg) before measuring resistance for an accurate reading.


Misconception: A voltmeter and an ammeter are used the same way — just connect the probes wherever you want to read a value. Why it's wrong: Connecting an ammeter in parallel (like a voltmeter) creates a near short-circuit because of its very low internal resistance, which can blow a fuse or destroy the meter. Connecting a voltmeter in series breaks the circuit and only shows a meaningless reading because of the voltmeter's high impedance. Correct understanding: Voltmeters always go in parallel across the component; ammeters always go in series within the current path.

Comparison and Connections

FeatureAnalog MeterDigital Meter (DMM)Oscilloscope
DisplayNeedle and dialNumeric LCD/LEDVoltage-vs-time waveform
AccuracyLower, subject to parallaxHighHigh (varies by model)
Best forQuick trend viewing, rugged field usePrecise single-value readingsWaveform shape, timing, transients
Input impedanceModerateVery high (typically 10 MΩ)Very high (typically 1-10 MΩ)
Frequency insightNoneRMS value onlyFull waveform, plus FFT on modern scopes

Practice Questions

Recall

  1. Why must an ammeter have very low internal resistance? Because it is connected in series with the circuit — any added resistance would drop voltage and reduce the very current being measured, distorting the reading and the circuit's behavior.

  2. What does RMS stand for, and what physical meaning does it carry? Root-Mean-Square. It represents the equivalent DC voltage or current that would deliver the same average power to a resistive load as the AC waveform does.

Understanding

  1. Why do average-responding AC meters give wrong readings on non-sinusoidal waveforms? They compute a rectified average and multiply by a constant (1.11) that only correctly converts average-to-RMS for a pure sine wave. Any other waveform shape (square, triangular, or distorted) has a different average-to-RMS ratio, so the fixed constant introduces error.

  2. Why is an oscilloscope necessary in situations where a DMM would technically give "a number"? A DMM only reports a single value (like RMS or peak), hiding waveform shape, timing relationships, glitches, and transients. An oscilloscope shows the full time-domain picture, which is essential for diagnosing noise, ringing, or timing faults that a single number cannot reveal.

Application

  1. You need to check whether the output of a variable-frequency motor drive is really delivering 230V RMS to the motor. Would a standard average-responding DMM be trustworthy here? Explain. No. VFD output is a pulse-width-modulated waveform, not a clean sine wave. An average-responding meter would misreport the RMS value. A true-RMS meter or an oscilloscope with RMS calculation should be used instead.

  2. A technician wants to find a 150 kHz noise ripple suspected on a 5V DC rail that looks clean on a basic multimeter. What technique should they use, and why? An oscilloscope with FFT capability (or a dedicated spectrum analyzer). A DMM averages readings over time and cannot resolve high-frequency ripple; FFT analysis reveals the frequency and amplitude of the noise component directly.

Analysis

  1. Compare the risk of "loading effect" between measuring voltage across a high-impedance sensor circuit versus a low-impedance power circuit. In a high-impedance sensor circuit (e.g., a photodiode's output node), a voltmeter's finite input impedance can noticeably divide the signal, causing a significant loading error. In a low-impedance power circuit, the same voltmeter impedance is enormous by comparison and causes negligible loading. Loading risk scales with how close the meter's impedance is to the circuit's own impedance.

  2. A student measures 12V DC across a component with an analog meter and 11.4V with a DMM on the same node. Analyze the likely sources of this discrepancy. Possible causes include: parallax error in reading the analog needle, lower input impedance of the analog meter causing more loading on a high-impedance node, calibration drift in either instrument, or the analog meter's coarser resolution rounding the reading. The DMM's higher input impedance and digital readout make it generally more trustworthy, but calibration should be verified against a known reference before concluding which one is "wrong."

FAQ

Why do voltmeters need high impedance and ammeters need low impedance? Both rules protect the accuracy of the measurement. A voltmeter in parallel should draw as little current as possible so it doesn't change the voltage it's trying to read. An ammeter in series should drop as little voltage as possible so it doesn't reduce the current flowing through the circuit it's measuring.

Is RMS the same as the "average" value of an AC waveform? No. The mathematical average of a full sine wave over one cycle is zero, since positive and negative halves cancel out. RMS instead squares the waveform (removing the sign), averages that, and takes the square root — giving a meaningful, always-positive value tied to power delivery.

Why does my multimeter show a different AC voltage than the label on a device? Check whether your meter is true-RMS. Many power supplies, dimmers, and motor drives produce non-sinusoidal waveforms; an average-responding meter will misreport these. Also check the measurement range and whether you're reading peak versus RMS by mistake.

When should I use an oscilloscope instead of a multimeter? Whenever you need to see how a signal changes over time — waveform shape, rise/fall time, glitches, ringing, or the relative timing between two signals. A multimeter is best for single steady-state numbers; an oscilloscope is best for behavior.

What is FFT actually showing me on a scope screen? It's showing the same signal re-plotted with frequency on the horizontal axis and amplitude on the vertical axis, instead of time on the horizontal axis. Peaks in the FFT display tell you which frequencies are present in your signal and how strong each one is — useful for spotting unwanted noise or harmonics.

Quick Revision

  • Voltmeters connect in parallel (high impedance); ammeters connect in series (low impedance); ohmmeters require a de-energized, isolated component
  • RMS = Peak / √2 ≈ 0.707 × Peak for a pure sine wave
  • Mains voltage ratings (120V/230V) are RMS values; peak voltage is about 1.41× higher — relevant for component voltage ratings
  • Average-responding DMMs are only accurate for sine waves; true-RMS meters handle any waveform shape
  • Oscilloscopes show voltage versus time, revealing waveform shape and transients that a DMM cannot show
  • FFT (Fourier transform) analysis converts a time-domain signal into its frequency-domain components
  • Loading effect occurs when an instrument's own impedance disturbs the circuit being measured
  • Loading risk is highest when instrument impedance is comparable to the circuit's own impedance
  • Analog meters are simple and rugged but less accurate than digital meters due to parallax and resolution limits
  • Always verify instrument calibration against a known reference before trusting an unusual reading

Prerequisites: Introduction to Instrumentation, Ohm's Law, Basic Electronics

Related Topics: Measurement Errors, Signal Conditioning, Sensors and Transducers

Next Topics: Sensors and Transducers, Data Acquisition Systems, Calibration Techniques