VeriStandProjectCommand Enumeration
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Specifies the command that a SendProjectCommandStep sends to the active NI VeriStand project.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Connect | Connects the project on the host computer to a target. This option only establishes a connection to a target. It does not deploy the system definition file. |
| Deploy | Deploys the system definition file associated with the project to the target. |
| Disconnect | Disconnects the project from the target. This option does not stop execution of the system definition file on the target. |
| Run | Run the project. |
| Undeploy | Undeploys the system definition file associated with the project from the target. Undeploying the system definition file stops execution on the target. |