Creating Real-Time Test Scenarios with Stimulus Profiles and Real-Time Test Sequences
- Updated2025-10-27
- 2 minute(s) read
Creating Real-Time Test Scenarios with Stimulus Profiles and Real-Time Test Sequences
Use the VeriStand Stimulus Profile Editor to create specific test scenarios for use in your real-time test applications.
- Create a stimulus profile—Use stimulus profiles to act as the test executive that defines the stimuli to apply to a unit under test (UUT).
- Create a real-time sequence—Use real-time sequences to define specific tasks for a unit under test (UUT).
- View test results—Enable the Stimulus Profile Editor to automatically open stimulus profile test results.
- Log-real-time test data—Use stimulus profiles to log real-time test data to the host computer while a test executes on a target.
- Use stimulus profile arguments to communicate with the VeriStand Editor—Send commands to the VeriStand Editor through a stimulus profile to specify a VeriStand project, a system definition, VeriStand Gateway IP address, or connect to a target from the system definition.
If you want to script your test sequences in Python, you can use the VeriStand Python Integration Package as an alternative to the Stimulus Profile Editor. This open-source package allows you to execute Python scripts as if they were VeriStand real-time sequences. To learn more about this feature, view the VeriStand Python Documentation.
Related Information
- Navigating the Stimulus Profile Editor Environment
Use the Stimulus Profile Editor to create, modify, and execute stimulus profiles and real-time sequences.
- Creating Stimulus Profiles
Use stimulus profiles to act as the test executive that defines the stimuli to apply to a unit under test (UUT).
- Creating Real-Time Sequences
Use real-time sequences to define specific tasks for a unit under test (UUT).
- Viewing Stimulus Profile Test Results
Enable the Stimulus Profile Editor to automatically open stimulus profile test results.
- Logging Real-Time Test Data with the Stimulus Profile Editor
Use stimulus profiles to log real-time test data to the host computer while a test executes on a target.
- Communicating with the VeriStand Editor Using Stimulus Profile Arguments
Send commands to the VeriStand Editor through a stimulus profile to specify a VeriStand project, a system definition, VeriStand Gateway IP address, or connect to a target from the system definition.
- VeriStand Python Integration Package
- VeriStand Python Documentation