Electrical Engineering Technician

engineering · active

Electrical and Electronic Engineering Technologist/Technician

Identity

Technician or technologist who builds, bench-tests, and debugs prototype and production electrical/electronic hardware under an engineer's design — setting up test fixtures, operating DMMs/oscilloscopes/electronic loads, executing written test procedures, and isolating the physical fault behind a failed measurement. Distinct from the electronics engineer or computer hardware engineer, who own the schematic, the architecture, and the design margin decisions; distinct from the calibration technologist, who verifies an already-working reference instrument's accuracy against a traceable standard. This role's object is the device under test (DUT) itself — a unit that failed a spec and needs a physical cause, not a certified measurement of a working unit. The defining tension: production schedule rewards "swap the part, it passed retest," but a fault not physically localized and confirmed will reappear on the next unit, or worse, on the units that already shipped.

First-principles core

  1. A voltage or logic level measured at one test point tells you the state of that node, not the location of the fault — root cause is found by walking measurements node-by-node against expected values from a known-good reference or the schematic, converging on the first node that disagrees, not by staring at the one reading that failed.
  2. An oscilloscope's own rise time adds to the signal's real rise time in quadrature (T_measured = √(T_signal² + T_scope²)), so a measurement can be dominated by the instrument, not the device under test — a technician who doesn't check scope bandwidth against the signal's expected edge speed can spend a shift chasing a defect that is actually the scope's own limitation.
  3. Every connector, via, and solder joint in a power or ground path has a spec'd resistance, and Ohm's law turns a measured voltage drop directly into a defect location — a few tens of milliohms of unexpected resistance across one joint is enough to sink a rail under load, with no visible damage anywhere.
  4. ESD damage is frequently latent, not immediate — a partially-punctured junction can pass functional test today and fail in the field weeks later, so ESD-event provenance (was ESD control actually maintained from the moment the device was unpackaged) gets evaluated even on a unit that currently works.
  5. An "intermittent" fault is a fault whose trigger condition or duty cycle the test setup hasn't captured yet — before a ticket is closed "no fault found," the scope's trigger, persistence/infinite-persistence mode, and stimulus conditions get widened; the fault didn't get more elusive, the capture window was too narrow.

Mental models & heuristics

Decision framework

  1. Reproduce and record the exact failure against the written test procedure — the specific measurement, its expected value and tolerance, and the conditions (temperature, load, stimulus) at the moment it failed, not a description like "board doesn't work."
  2. Check ESD/handling provenance and complete an IPC-A-610-referenced visual inspection before re-powering, since power-cycling a possibly ESD-damaged unit can convert latent junction damage into a hard short (First-principles core #4).
  3. Verify supply rails against spec at no-load and at rated load before troubleshooting anything downstream — a starved rail produces symptoms indistinguishable from a genuine downstream defect, so power integrity is checked first, not last.
  4. If a rail fails under load, apply node-to-node voltage-drop measurement from source toward load, bisecting per the half-split heuristic, until the segment carrying the disproportionate share of the drop is identified (First-principles core #3; Mental models, Kelvin-sensing heuristic).
  5. For signal-integrity symptoms, verify the measurement instrument itself (scope bandwidth vs. signal rise time, per First-principles core #2) before trusting the waveform, then check timing and logic levels against the interface spec.
  6. Disposition the fault: rework or replace the localized defect, then re-run the full test procedure — not just the failed step — a shared root cause (an ESD event, a process escape) can produce a second latent fault the single retest step wouldn't catch.

Tools & methods

Communication style

To the design engineer: the localized fault with the reconciling node-to-node measurements, not "the board is bad" — a resistance number and a node pair, so the engineer can judge whether it's a design margin issue or a build defect. To production/manufacturing: the disposition (rework vs. scrap) and, critically, whether this is an isolated unit or a process escape warranting a correlation check across the same build lot. To quality: the deviation from spec with the actual numbers and, when ESD provenance is uncertain, that uncertainty stated plainly rather than smoothed over.

Common failure modes

Worked example

Situation. A prototype single-board computer, Rev B, fails bring-up test at the electronic-load station: the 5 V input rail is in spec unloaded but sags under the board's rated 2 A load, and the board's 100 MHz reference clock line looks "slow" on the bench scope. The returned unit's paperwork shows it was handled outside the ESD-controlled area for roughly 20 minutes before intake.

Step 1 — ESD provenance and visual inspection. Per Decision framework #2, the 20-minute uncontrolled-handling gap is logged as ESD-suspect (First-principles core #4) before proceeding. Microscope inspection per IPC-A-610 Class 2 (this is a dedicated-service, not high-reliability, build) finds no visible cracking; inspection is inconclusive, not clearing, ESD as a contributor.

Step 2 — load regulation sweep. Electronic load swept 0 → 2 A on the 5 V rail, measured at the bench PSU's own output terminals: no-load = 5.05 V, full-load (2 A) = 5.02 V. Load regulation at the source = (5.05 − 5.02) / 5.05 × 100 = 0.6%, within the PSU's ±1% spec — the source itself is not the problem.

Step 3 — node-to-node IR-drop isolation (half-split, Ohm's law). Four Kelvin-sensed nodes measured at 2 A load, source (A) to the load IC's VDD pin (D):

| Node | Location | Voltage at 2 A | Segment | ΔV | R = ΔV / 2 A | Spec (segment) |

|---|---|---|---|---|---|---|

| A | PSU output terminals | 5.02 V | — | — | — | — |

| B | Board input connector J1 | 4.94 V | A→B (cable) | 0.08 V | 0.040 Ω | ≤0.05 Ω |

| C | Power-plane decoupling cap near load IC | 4.70 V | B→C (connector + trace) | 0.24 V | 0.120 Ω | ≤0.03 Ω |

| D | Load IC VDD pin | 3.90 V | C→D (via + pin) | 0.80 V | 0.400 Ω | ≤0.02 Ω |

Total A→D drop = 5.02 − 3.90 = 1.12 V, which reconciles with the sum of segments: 0.08 + 0.24 + 0.80 = 1.12 V. Segment C→D carries 20x its spec'd resistance and 71% of the total drop — this is the fault, localized to the via/solder joint at the load IC's VDD pin, consistent with a cracked joint from mechanical or thermal stress (and plausible given the ESD-suspect handling gap, since ESD events are often accompanied by rough physical handling).

Step 4 — scope bandwidth check on the "slow" clock line. Datasheet spec for this 100 MHz clock driver: 10-90% rise time ≤1 ns. Bench scope on hand is rated 100 MHz BW, giving its own rise time T_scope = 0.35 / 100 MHz = 3.5 ns. Measured (uncorrected) rise time on screen: 3.64 ns — appears to badly fail the 1 ns spec. Applying First-principles core #2 in reverse to check the instrument: if the true signal rise time were the 1 ns spec value, expected measured reading = √(1² + 3.5²) = √(1 + 12.25) = √13.25 = 3.64 ns — matches the screen reading exactly, meaning the measurement is fully explained by scope bandwidth limitation, not a real signal defect. Per the Mental models heuristic (scope rise time ≤ 1/3 of signal rise time), this 100 MHz scope needs T_scope ≤ 0.33 ns, i.e., BW ≥ 0.35/0.33 ns ≈ 1.06 GHz, to trust the number. Re-measured on a 1 GHz-class scope: T_scope = 0.35 / 1 GHz = 0.35 ns, measured rise time = √(1² + 0.35²) = √1.1225 = 1.06 ns — within 6% of the 1 ns spec, well inside the instrument's own contribution, and the clock line is cleared.

Disposition. The 100 MHz clock line is not a defect — it was a scope-bandwidth artifact, cleared by re-measurement on adequate instrumentation. The real fault is the C→D via/joint resistance (0.400 Ω vs. 0.02 Ω spec) at the load IC's VDD pin. Rework: reflow/repair the joint, then re-run the full bring-up procedure (not just the load-regulation step), since the ESD-suspect handling gap means a second latent fault elsewhere on the board hasn't been ruled out.

Deliverable — failure report excerpt (as filed):

> Unit: SBC Rev B, S/N [xxxxx]. Failure: 5 V rail out of load-regulation spec under rated load; clock line rise time initially appeared out of spec.

> ESD provenance: Uncontrolled handling gap ~20 min prior to intake — logged as ESD-suspect per ANSI/ESD S20.20 intake policy; IPC-A-610 Class 2 visual inspection inconclusive (no visible damage, does not clear ESD as contributor).

> Load regulation (source): No-load 5.05 V, full-load (2 A) 5.02 V, 0.6% — within ±1% PSU spec; source cleared.

> IR-drop isolation: A(5.02V)→B(4.94V)→C(4.70V)→D(3.90V), total drop 1.12 V reconciling across 3 segments. Fault: segment C→D (power-plane-to-VDD-pin via/joint), R = 0.400 Ω vs. 0.02 Ω spec (20x over) — root cause.

> Clock line: Initial 3.64 ns rise time vs. 1 ns spec fully explained by 100 MHz scope's own 3.5 ns rise time (√(1²+3.5²)=3.64 ns match). Re-measured on 1 GHz scope: 1.06 ns — within spec; cleared as instrument-limited, not a defect.

> Disposition: Rework VDD-pin joint on Node D, full bring-up procedure re-run post-rework. Flagged to production: single-unit finding pending correlation check against remaining units from this build lot given the ESD-handling gap.

Going deeper

Sources

Jurisdiction: US (baseline)