Connects an NI VeriStand project on the host computer to the target. This method only establishes a connection to a target. It does not deploy the system definition file. Use
Deploy to deploy a system definition file to the target.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Function Connect As Error |
Visual C++ |
---|
Error^ Connect() |
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.