Please update your browser. For the best Liquid Instruments experience, update to the latest version of Chrome, Edge, Firefox, or Safari. Update Microsoft Edge.
Liquid Instruments Logo
Products
Hardware Platforms
Moku:Delta
Moku:Delta
New
For advanced design and validation
Moku:Pro
Moku:ProFor versatile test and measurement
Moku:Lab
Moku:LabFor experimental research labs
Moku:Go
Moku:GoFor quick testing and debugging
Compare Hardware
Compare HardwareView a side-by-side of all Moku hardware
Technologies
GenInst Studio
New
Generate personalized instruments
Integrated InstrumentsProfessional-grade instruments at your fingertips
Neural NetworkFPGA-powered neural network integration
Multi-Instrument ModeCombine instruments to create a customized test system
Moku CompileCode, compile, and deploy to your Moku's FPGA
Software
MokuOSDownload the Moku app for Windows, macOS, iPadOS & visionOS
APIsPython, MATLAB, LabVIEW
UtilitiesCommand line and graphical tools for file conversion
Instruments
Analysis
Oscilloscope
Spectrum Analyzer
Frequency Response Analyzer
Lock-in Amplifier
Phasemeter
Logic Analyzer / Pattern Generator
Time & Frequency Analyzer
Data Logger
Generation
Waveform Generator
Arbitrary Waveform Generator
Control & Conditioning
PID Controller
Digital Filter Box
FIR Filter Builder
Laser Lock Box
Custom & Utility
GenInst Studio
New
Gigabit Streamer
Custom Instrument
Neural Network
Multi-Instrument Mode
Applications
Optics and Photonics
Microscopy and Spectroscopy
Photon Counting
Quantum Optics
Aerospace and defense
A&D Instrumentation
Component Test
Automated Testing
Semiconductor Test
Control Systems and Bode Analysis
MEMS Testing
AI and Machine Learning
Generative Instrumentation
New
Neural Networks
Education
Education and Research
Resources
App Notes
Blog
Case Studies
Coursework
Guides
Product Documentation
Publications
Webinars
White Papers
Support
Company
Contact Us
About Us
Leadership
Partners
News & Updates
Press
Events Calendar
Careers
Store
Moku:Delta
Moku:Pro
Moku:Go
Upgrade Moku:Pro
Upgrade Moku:Lab
Upgrade Moku:Go
0
Get a quote Buy Now
Build personalized instruments with GenInst Studio in minutes, not months. | Register for the webinar
Blog

Automating device characterization with LabVIEW

Automate device characterization with LabVIEW by implementing real-time, multi-instrument control

December 19, 2023

    Device characterization and validation often require more than one instrument to fully qualify your design. You may need an oscilloscope, spectrum analyzer, digital filters, and other instruments to verify the device or component. While flexible, FPGA-based solutions like Moku can solve this challenge by consolidating many software-defined instruments into a single device, you may need to increase channel count or the number of instruments you can use simultaneously. Using APIs for industry-standard programs like LabVIEW, it’s easy to automate and streamline this test configuration for repeated, controlled validation.

    Configuring the setup

    Multi-instrument Mode is a feature available on Moku devices that enables you to deploy up to four software-defined instruments simultaneously through partial FPGA reconfiguration. Specifically with Moku:Go, you can deploy two instruments at once. If more flexibility is required, the LabVIEW API is available to help you to control multiple Moku devices simultaneously from a single software interface. 

    For this example, we are using two Moku:Go devices. This approach allows us to collect data from multiple individual instruments on each device simultaneously. We can then use the LabVIEW API to control both devices and all instruments from one interface. In this experiment, our device under test (DUT) is a Texas Instruments LM386 Low Voltage Audio Power Amplifier.

    For validation, we first use the programmable DC power supply on the first Moku:Go device to power the DUT. Next, we apply a stimulus with the Oscilloscope’s embedded Waveform Generator. Then, we compare the input signal to the DUT output signal, and use the Oscilloscope data to calculate a gain factor. Simultaneously on the second Moku:Go device, we use the Spectrum Analyzer to examine the DUT output signal in the frequency domain, and use the Digital Filter Box to remove higher-order harmonics in the DUT output signal. 

    In the first Moku:Go, we can configure Slot 1 as the Oscilloscope and Slot 2 as the Spectrum Analyzer. In the second Moku:Go, we can deploy the Digital Filter Box in Slot 1 and the Spectrum Analyzer in Slot 2. We also leverage the Oscilloscope’s embedded Waveform Generator and the Moku device’s programmable power supply, allowing us to essentially deploy six instruments simultaneously through two Moku:Go devices (Figure 1). Figure 2 depicts the wiring diagram of the test setup.

    The instrument configurations for both Moku:Go devices, including the DC Power Supply, Oscilloscope, Waveform Generator, Spectrum Analyzer, and Digital Filter Box

    Figure 1: The instrument configurations for both Moku:Go devices.

     

    Test setup block diagram between the Oscilloscope (OSC), Spectrum Analyzer (SA), Digital Filter Box (DFB), and programmable power supply units (PPSU)

    Figure 2: Test setup block diagram between the Oscilloscope (OSC), Spectrum Analyzer (SA), Digital Filter Box (DFB), and programmable power supply units (PPSU).

    Using LabVIEW, we created a graphical user interface (GUI) to display multiple instrument graphs and measurements simultaneously, from multiple software-defined instruments and two Moku:Go devices, including configuration parameters and settings (Figure 3). The signal routing between instrument slots and the analog inputs and outputs can be found on the left side of the GUI. The first Moku:Go provides power and the input signal to the DUT. It simultaneously characterizes the DUT output signal in the time and frequency domains. The second Moku:Go employs the Digital Filter Box to remove higher-order harmonics from the DUT output signal.

    LabVIEW GUI with the first Moku:Go graphs visible on top and the second Moku:Go graphs visible on the bottom

    Figure 3: LabVIEW GUI with the first Moku:Go graphs visible on top and the second Moku:Go graphs visible on the bottom.

    The LabVIEW block diagram is shown in Figure 4. From left to right, we must start by configuring Multi-instrument Mode for the first Moku:Go device, then configure the instruments within each slot, and then repeat this process for the second device. This configuration allows us to run the blocks of code controlling all instruments in parallel, enabling a more streamlined and condensed test setup than integrating in multiple fixed-function hardware devices, often from a wide range of manufacturers.

    LabVIEW block diagram detailing each instrument’s configuration settings

    Figure 4: LabVIEW block diagram detailing each instrument’s configuration settings.

    This configuration, combined with the GUI, allows us to both stimulate the DUT and see the results in real time. For example, adjusting the gain setting potentiometer on the DUT would allow us to see the output signal change in real time on both the Oscilloscope and Spectrum Analyzer, alongside measurements for frequency, amplitude, and gain. Furthermore, by adjusting the Digital Filter Box parameters, we can create a real-time lowpass filter to remove higher-order harmonics in the DUT output signal, with results shown in Figure 5.

    The DUT output signal before lowpass filter (top) and after lowpass filter (bottom). Measurements are displayed for a 5 kHz fundamental and a 10 kHz second harmonic.

    Figure 5: The DUT output signal before lowpass filter (top) and after lowpass filter (bottom).  Measurements are displayed for a 5 kHz fundamental and a 10 kHz second harmonic.

    Using LabVIEW to initiate real-time control and signal processing on Moku devices enables a much better way to view data and adjust settings while performing repetitive device validation.

    Transitioning from manual to automated test

    When using Moku devices with APIs, it’s simple to transition back and forth from automated scripts to the Moku: application. If you need to perform additional troubleshooting, manual investigation, or validate your setup, you can interrupt the automated test and open the intuitive user interface. In the event of an error or loss of signal, you can enter the Moku: application and delve into each instrument and device for additional interrogation, with easy-to-navigate settings.

    By combining the flexibility of Moku software-defined instrumentation with the ability to automate measurements using the LabVIEW API, you can quickly scale, adapt, and monitor your test setup with real-time instrument configuration and control.

    Questions?

    Get answers to FAQs in our Knowledge Base

    If you have a question about a device feature or instrument function, check out our extensive Knowledge Base to find the answers you’re looking for. You can also quickly see popular articles and refine your search by product or topic.

    Join our User Forum to stay connected

    Want to request a new feature? Have a support tip to share? From use case examples to new feature announcements and more, the User Forum is your one-stop shop for product updates, as well as connection to Liquid Instruments and our global user community.

    Try Moku in demo mode Download the Moku app → Get answers to FAQs Visit Knowledge Base → Connect with Moku users Join the user forum →

    Other Recommended Blog Posts

    Blog
    What is Generative Instrumentation?

    The AI-enabled technology for creating customized test solutions, including specialized measurements, real-time signal processing, and control capabilities

    Date: July 14, 2026

    Blog
    5 Advantages of FPGA-Based Customization for Test & Measurement

    How instruments with user-programmable FPGAs are replacing racks of test equipment, and what that means for your lab.

    Featuring: Moku Cloud Compile

    Date: May 22, 2026

    Blog
    Faster, more powerful real-time customization with MokuOS 4.2

    MokuOS 4.2 unlocks higher bandwidth, faster real-time processing, and more instruments on Moku:Delta, all with a simple software update.

    Date: March 19, 2026

    Back to all Blog

    Nav

    • Products
    • Instruments
    • Resources
    • Support
    • Company
    • Contact Us
    • Privacy Policy
    • Terms of Use

    Offices

    United States
    (619) 332-6230
    12526 High Bluff Dr.
    Suite 150
    San Diego, CA 92130

    Australia
    +61 2 6171 9730
    243 Northbourne Avenue
    Suite 1, Level 1
    Lyneham, ACT 2602

    Australia
    +61 3 7073 3594
    Suite 5C, Level 5,
    700 Swanston Street,
    Carlton, VIC – 3058

     

     

    Follow us

    LinkedIn YouTube X Facebook Instagram

    官方微信

    © 2026 Liquid Instruments. All rights reserved.