Debugging a Custom Sequence Project
- Updated2025-09-22
- 1 minute(s) read
Use the SampleTest unit test project to get started debugging a custom sequence project.
Each API in the custom indirect register sequence project has a respective test method in the unit test project. The unit test project includes the following test methods:
| Method Name | Description |
|---|---|
| IndirectRegisterSequence_DefineNewSequence_Instantiate() |
|
| ValidIndirectRegisterSequence_ReadIndirectRegister_ReadsWithoutError() | Tests if the direct register operations defined in the ReadIndirectRegister() API of the indirect register sequence work properly. |
| ValidIndirectRegisterSequence_WriteIndirectRegister_WritesWithoutError() | Tests if the direct register operations defined in the WriteIndirectRegister() API of the indirect register sequence work properly. |
Related Information
- 2024 Q3 New Features
Learn about new features, behavior changes, and other updates in Semiconductor Device Control Add-On 2024 Q3 for InstrumentStudio.