CVIAdapter.ExecuteStepsInExternalInstance
- Updated2025-07-21
- 1 minute(s) read
CVIAdapter.ExecuteStepsInExternalInstance
Syntax
CVIAdapter.ExecuteStepsInExternalInstance
Data Type
Purpose
You can specify the test execution mode as in-process or out-of-process for the LabWindows/CVI Adapter. When the adapter runs tests in-process, it executes them in the same process as the sequence editor or the user interface you are running. When the adapter runs tests out-of-process, it executes them in an external instance of the LabWindows/CVI development environment.
If this property is True , the tests run out-of-process. If the property is False , the tests run in-process.
Remarks
When you execute code modules in the same process as the sequence editor or user interface, the adapter loads and runs code modules directly without using the LabWindows/CVI development environment.