VeriStand .NET Reference
- Updated2025-10-27
- 1 minute(s) read
Use .NET APIs to programmatically control software operations.
VeriStand includes the following .NET APIs.
Note These APIs are documented in the VeriStand .NET Reference.
| API | Assembly | Description |
|---|---|---|
| Execution API | NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) | Automates the operation of an VeriStand application on the target. For example, you can read and write channel data, control running models, configure alarm states and read data from alarms, and access Workspace tools. |
| System Definition API | NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) | Automates the operation and configuration of a system definition file. This API performs the same operations as configuring the file in the System Explorer window. |
| Stimulus Profile Definition API | NationalInstruments.VeriStand.StimulusProfileDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) | Automates the operation and configuration of stimulus profiles. This API performs the same operations as configuring stimulus profiles in the Stimulus Profile Editor. |
| Real-Time Sequence Definition API | NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) | Automates the operation and configuration of real-time sequences. This API performs the same operations as configuring real-time sequences in the Stimulus Profile Editor. |
| Data Types API | NationalInstruments.VeriStand.Data (in NationalInstruments.VeriStand.DataTypes.dll) | Represents data types and resources used by VeriStand. |
You can access these assemblies from any .NET-compatible programming language or environment, including LabVIEW and NI TestStand.
Related Information
- VeriStand .NET Reference
- 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.