Abort (Invoke Method)
- Updated2025-01-28
- 1 minute(s) read
Abort (Invoke Method)
Aborts the opened and running FPGA VI on the FPGA target. This method does not reset the default values in the FPGA VI. I/O maintains its previous state upon abort.
Use the Invoke Method function to implement this method.

Option | Description |
---|---|
FPGA VI Reference In | FPGA VI Reference In is a reference to an FPGA VI. You must open a reference to the FPGA VI to use this parameter. |
error in |
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality. This node runs normally even if an error occurred before this node runs. If an error occurred before this node runs, the node passes the error in value to error out. If an error occurs while this node runs, the node runs normally and merges error in and its own error status to produce error out. |
FPGA VI Reference Out | FPGA VI Reference Out returns a reference to an FPGA VI. |
error out | error out contains error information. This output provides standard error out functionality. |