Zbotic Logo Zbotic Logo
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

  • Shop
  • About Us
  • Contact Us
  • Reseller
  • Blogs
020 69134444
1800 209 0998
[email protected]
Help Desk
Facebook Twitter Instagram Linkedin YouTube
Zbotic Logo Zbotic Logo
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

All departments
  • 3D Print Service
  • 3D Printer
  • Batteries & Chargers
  • Development Boards
  • Drone Parts
  • EBike parts
  • Sensor Modules
  • Electronic Components
  • Electronic Modules
  • IoT and Wireless
  • Mechanical Parts and Workbench Tools
  • Motors & Drivers & Pumps & Actuators
  • DIY and Robot Kits
  • Show more
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
Return to previous page
Home Tools & Equipment

How to Use Oscilloscope Trigger: Edge, Pulse and Video Modes

How to Use Oscilloscope Trigger: Edge, Pulse and Video Modes

March 11, 2026 /Posted byJayesh Jain / 0

One of the most powerful features of a digital oscilloscope is also the one beginners find most confusing: the trigger system. Understanding oscilloscope trigger modes — especially edge, pulse width, and video triggers — transforms a scope from a confusing screen of moving lines into a precision measurement tool. This tutorial explains each trigger mode with practical examples so you can start capturing stable, meaningful waveforms immediately.

Table of Contents

  1. What Is an Oscilloscope Trigger and Why Does It Matter?
  2. Edge Trigger: The Foundation
  3. Pulse Width Trigger: Catching Glitches
  4. Video Trigger: Decoding Composite Video
  5. Slope and Runt Triggers (Advanced)
  6. Trigger Coupling and Noise Rejection
  7. Practical Examples for Hobbyists
  8. Frequently Asked Questions

What Is an Oscilloscope Trigger and Why Does It Matter?

When an oscilloscope displays a waveform, it is constantly sampling the input signal and redrawing the screen. Without a trigger, each screen update starts at a different point in the signal’s cycle — the waveform appears to scroll or jump horizontally, making it impossible to study.

The trigger system solves this by defining a specific event in the signal that tells the oscilloscope: “start your acquisition from this moment.” Every subsequent acquisition begins at the same point in the waveform, so the display stays locked — the signal appears frozen and stable on screen even if it is actually a continuously cycling waveform.

The trigger does not change the signal or the measurement — it simply determines when the oscilloscope takes its snapshot. Getting triggering right is the difference between a stable, readable display and an unstable mess.

Key Trigger Controls on Any Scope

  • Trigger Source: Which input channel (CH1, CH2, or external) to watch for the trigger event.
  • Trigger Level: The voltage threshold the signal must cross to fire the trigger.
  • Trigger Mode: Auto, Normal, or Single — controls when the scope waits for a trigger vs displays on its own.
  • Trigger Type: Edge, Pulse, Video, Slope, and others depending on your scope model.
  • Trigger Slope/Polarity: Rising edge, falling edge, or both.
LCR-T4 Transistor Tester

9V Battery LCR-T4 12864 LCD Graphical Transistor Tester

Identify components quickly before probing with your oscilloscope. This LCR-T4 tester identifies transistors, capacitors, resistors, and diodes in seconds — essential for bench characterisation work.

View on Zbotic

Edge Trigger: The Foundation

Edge trigger is the default and most commonly used trigger type. It fires when the signal crosses a specified voltage threshold in a specified direction (rising or falling). Almost every oscilloscope measurement starts with edge trigger.

How to Set Up Edge Trigger

  1. Press the Trigger Menu button and select Edge as the trigger type.
  2. Select the source channel (CH1 for the channel your signal is connected to).
  3. Choose Rising edge (signal goes from low to high) or Falling edge (high to low). For most digital signals, rising edge is the natural choice.
  4. Adjust the trigger level. Most scopes have a dedicated trigger level knob. Set it to approximately mid-point of your signal’s amplitude — for a 3.3V logic signal, set it around 1.65V.
  5. Watch the scope display stabilise. If it does not stabilise, check that the trigger level is within the signal’s voltage range.

Auto vs Normal Trigger Mode with Edge Trigger

Auto mode: The scope displays a waveform even if no trigger event occurs. Good for initial setup and DC measurements, but the display may not be stable for periodic signals.

Normal mode: The scope waits indefinitely for a trigger event before updating the display. The screen holds the last captured waveform until the next trigger fires. Use this for cleaner, more stable captures of periodic signals.

Single mode: The scope waits for exactly one trigger event, captures a single screen of data, and stops. Essential for capturing one-shot events like power-on transients or button press glitches.

Practical Edge Trigger Examples

  • Measuring PWM frequency: Trigger on the rising edge of a PWM signal. Measure the time between two consecutive rising edges using the time cursors.
  • I²C/SPI clock capture: Trigger on the SCL/CLK rising edge to align data captures with the clock cycle.
  • Power supply startup: Use single trigger mode on the rising edge of the output voltage to capture the startup transient.
BC547 NPN Transistor

BC547 NPN 100mA Transistor TO-92 (Pack of 10)

A versatile general-purpose NPN transistor for switching and amplifier circuits. Probe the base, collector, and emitter with your oscilloscope’s edge trigger to study switching characteristics and saturation times.

View on Zbotic

Pulse Width Trigger: Catching Glitches

Pulse width trigger (also called Pulse trigger or Glitch trigger on some scopes) fires based on the width of a pulse rather than simply on an edge crossing. This makes it invaluable for finding signal integrity problems that edge trigger cannot catch.

How Pulse Width Trigger Works

You define a pulse width condition. For example: “trigger when there is a positive pulse narrower than 100 ns” or “trigger when a pulse is wider than 50 µs.” The scope then watches the signal continuously and fires only when a pulse matching your condition occurs — which could be rare, intermittent, or buried among thousands of normal pulses.

Pulse Width Trigger Conditions

  • Less than (<): Trigger when a pulse is narrower than the specified width. Classic “glitch catch” mode.
  • Greater than (>): Trigger when a pulse is wider than the specified width. Useful for catching timeout conditions.
  • Equal to (=): Trigger when a pulse matches a specific width within a tolerance.
  • Not equal (≠): Trigger when a pulse deviates from the normal width. Excellent for detecting intermittent protocol errors.

Practical Pulse Trigger Example: Finding a Spurious Reset

Imagine your microcontroller resets randomly but you cannot reproduce it reliably. Connect one oscilloscope channel to the RESET pin (active low). Set up a Pulse Width trigger for a negative pulse less than 1 µs. Switch to Single or Normal mode and leave the scope running. When the glitch occurs, the scope captures it — showing you the exact reset pulse width and helping you trace it back to a noise source or debounce issue.

This is something edge trigger simply cannot do, because the scope would trigger on every valid reset-and-release cycle just as readily as on the spurious spike. Pulse trigger gives you selectivity.

Video Trigger: Decoding Composite Video

Video trigger is a specialised trigger type designed for composite video signals (PAL, NTSC, or SECAM standards). Composite video has a complex structure with sync pulses, colour burst, and field blanking — making it impossible to trigger stably with a simple edge trigger.

Understanding Composite Video Sync

A composite video signal contains:

  • Horizontal sync pulses: Short negative-going pulses (4.7 µs in PAL) that mark the start of each horizontal line.
  • Vertical sync: A series of longer sync pulses that mark the start of each field (frame).
  • Colour burst: A short burst of the colour subcarrier frequency (4.43 MHz for PAL, 3.58 MHz for NTSC).
  • Video information: The luminance and chrominance content of the image.

Setting Up Video Trigger

  1. Select Video as the trigger type.
  2. Choose the video standard: PAL (used in India) or NTSC.
  3. Select trigger on: Field 1, Field 2, All Fields, or All Lines.
  4. For line-specific analysis, select “Line Number” and enter the line you want to examine.
  5. The scope will lock onto the video sync and display a stable waveform of the selected field or line.

When to Use Video Trigger

  • Debugging composite video output from a microcontroller (Arduino TV-out projects).
  • Analysing video signal quality from a camera module.
  • Checking sync pulse timing in custom video generators.
  • Measuring video signal amplitude and blanking levels.
2N2222 NPN Transistor

2N2222 NPN Transistor (Pack of 20)

A classic NPN general-purpose transistor ideal for switching circuits and simple amplifiers. Use your oscilloscope with edge trigger to study rise and fall times in 2N2222-based switching stages.

View on Zbotic

Slope and Runt Triggers (Advanced)

Slope Trigger

Slope trigger is similar to edge trigger but adds a time condition. It fires when a signal transitions from one level to another in a time interval that is less than, greater than, or equal to a specified duration. This lets you distinguish between a fast edge (clean digital signal) and a slow edge (degraded signal, capacitive loading, or cable problems).

Use case: Checking for excessive rise time on I²C SDA/SCL lines. The I²C specification requires a maximum rise time of 1000 ns for standard mode and 300 ns for fast mode. Slope trigger set to “rising edge slower than 1000 ns” will catch any slow rising edge — indicating a pull-up resistor value problem or excessive capacitance on the bus.

Runt Trigger

A runt pulse is one that crosses one threshold voltage but not the other — a pulse that “almost” happens but falls short. Runt trigger fires on these incomplete threshold crossings, which are a common sign of power supply noise, ground bounce, or signal integrity problems in high-speed digital systems.

Trigger Coupling and Noise Rejection

Trigger coupling controls what frequency components of the signal are used to determine trigger events. The options on most scopes include:

  • DC Coupling: The full signal including DC component is used for triggering. Default setting for most measurements.
  • AC Coupling: Blocks the DC component before the trigger comparator. Useful for triggering on the AC component of a signal with a large DC offset.
  • LF Reject: High-pass filter before the trigger — rejects low-frequency components. Helps when a low-frequency interference is causing false triggers on a high-frequency signal.
  • HF Reject: Low-pass filter before the trigger — rejects high-frequency noise. The most useful noise-rejection option when high-frequency noise on a power supply or digital signal is causing multiple triggers per cycle.
  • Noise Reject: Adds hysteresis to the trigger comparator. A wider dead-band around the trigger level prevents noise around the threshold from causing multiple triggers. Use this first when you see a noisy, unstable trigger.

Practical Examples for Hobbyists

Example 1: Debugging an Arduino PWM Output

Connect CH1 to an Arduino pin outputting PWM. Set edge trigger, rising slope, trigger level at 1.65V. Read the frequency directly from the period measurement. Adjust duty cycle via analogWrite() and watch the pulse width change in real time.

Example 2: Capturing I²C Communication

Connect CH1 to SDA and CH2 to SCL. Set edge trigger source to CH2 (clock), rising edge. The scope locks to each clock edge. Use the zoom function to examine the data transitions relative to the clock. Look for setup and hold time violations.

Example 3: Power Supply Ripple Measurement

Connect CH1 to a DC power supply output using AC coupling on the vertical amplifier (not trigger coupling — set in the channel menu). This removes the DC level and shows only the AC ripple component. Use edge trigger with HF reject to get a stable ripple display. Measure peak-to-peak ripple voltage.

Example 4: Catching Intermittent I²C NACK

On an I²C bus with occasional communication failures, use pulse width trigger on the SDA line set to catch a pulse shorter than half a clock period. I²C ACK/NACK bits are one bit wide; if a NACK appears where an ACK is expected, the pulse pattern will be unusual. Leave scope in Normal trigger mode and wait for the error to occur.

Male to Female Jumper Wires

10CM Male To Female Breadboard Jumper Wires 2.54MM – 40Pcs

Reliable jumper wires for connecting oscilloscope ground clips and test points on your breadboard or development board. Pack of 40 in multiple colours for easy signal identification.

View on Zbotic

Frequently Asked Questions

Why does my oscilloscope display show a rolling or scrolling waveform?

This means the trigger is not firing correctly. Either the trigger level is outside the signal’s voltage range, or the trigger source is set to the wrong channel. Check that the trigger level marker (usually a small triangle or arrow on the right side of the screen) is within the signal’s amplitude range.

When should I use Single trigger mode vs Normal mode?

Use Single mode for one-time events (power-on transients, button presses, fault conditions). Use Normal mode for repeating signals where you want a stable display while waiting for an event. Auto mode is best for initial signal verification before setting up a precise trigger.

What is the difference between trigger holdoff and trigger delay?

Holdoff prevents the trigger from re-arming for a specified time after a trigger event. This is useful for complex waveforms with multiple potential trigger points — it forces the scope to always trigger on the same point in the pattern. Trigger delay shifts the horizontal window relative to the trigger point, letting you look earlier or later in time from the trigger event.

Can I trigger on multiple channels simultaneously?

Most oscilloscopes trigger on a single source at a time. For multi-channel correlation, you choose one channel (usually the clock or sync signal) as the trigger source and observe the other channels in response. Some advanced scopes offer “pattern trigger” or “logic trigger” that conditions on a specific combination of states across multiple channels.

Why use a 10:1 probe for oscilloscope measurements?

A 10:1 probe reduces the capacitive loading on the circuit under test and extends the usable bandwidth. The probe’s tip capacitance is reduced from around 100 pF (1:1) to 12 pF (10:1). For signals above 1 MHz, always use a 10:1 probe. Remember to account for the 10x attenuation in your amplitude readings — most scopes allow you to set probe attenuation in the channel menu.

Master Your Oscilloscope Today

Understanding trigger modes unlocks the full diagnostic power of your oscilloscope. Practice these techniques on simple circuits first — an Arduino generating PWM, a 555 timer, or a simple RC oscillator — and you will quickly build the confidence to tackle complex debugging tasks. Shop Zbotic for the electronic components and test accessories you need to build your skills.

Tags: electronics debugging, oscilloscope trigger, oscilloscope tutorial, Signal Analysis, test equipment
Share Post
  • Facebook
  • Linkedin
  • Whatsapp
SIM7600 4G LTE Module: HTTP, G...
blog sim7600 4g lte module http gps data with arduino 597477
blog mlx90614 ir thermometer contactless temperature measurement with arduino 597482
MLX90614 IR Thermometer: Conta...

Related posts

Svg%3E
Read more

Laser Engraver Guide: Diode vs CO2 for Indian Makers

April 1, 2026 0
Choosing between a diode and CO2 laser engraver in India is the most critical decision for anyone entering the world... Continue reading
Svg%3E
Read more

CNC Engraving Machine: GRBL Setup and First Project Guide

April 1, 2026 0
A CNC engraving machine with GRBL in India opens up a world of precision fabrication — from PCB milling and... Continue reading
Svg%3E
Read more

Budget Electronics Lab Setup India: Essential Tools Under ₹15,000

April 1, 2026 0
Setting up an electronics lab on a budget in India is more achievable than you might think. With ₹15,000, you... Continue reading
Svg%3E
Read more

Thermal Camera Module: Fever Detection and Electronics Debugging

April 1, 2026 0
A thermal camera module for Arduino adds a remarkable sensing capability to your projects — the ability to see heat.... Continue reading
Svg%3E
Read more

PCB Holder and Third Hand: Best Options for Soldering Work

April 1, 2026 0
A good PCB holder or third hand in India transforms your soldering experience from a frustrating balancing act into precise,... Continue reading

Add comment Cancel reply

Your email address will not be published. Required fields are marked

Facebook Twitter Instagram Pinterest Linkedin Youtube

Get the latest deals and more.

Download on Google Play Download on the App Store

Call us: 020 69134444 / 1800 209 0998

Monday - Saturday 09:30 AM - 06:00 PM
For Technical Supports Email: [email protected]
For Sales / Enquiries Email: [email protected]

  • My Account

    • Cart

    • Wishlist

    • Checkout

    • My Orders

    • Track Order

    • My Account

  • Information

    • FAQs

    • Blogs

    • Career

    • About Us

    • Contact Us

    • Payment Options

  • Policies

    • Privacy Policy

    • Terms & Conditions

    • GST Input Tax Credit

    • Shipping Return Policy

    • E-Waste Collection Points

    • Our Sitemap

© Zbotic.in is registered trademark of Moxie Supply Pvt Ltd – All Rights Reserved
Login
Use Phone Number
Use Email Address
Not a member yet? Register Now
Reset Password
Use Phone Number
Use Email Address
Register
Already a member? Login Now