Get FPGA VI Execution Mode (Invoke Method)
- Updated2025-01-28
- 1 minute(s) read
Returns the FPGA VI execution mode. Use this method if you want to execute different code depending on the execution mode of the FPGA VI.
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. This input provides standard error in functionality. |
| 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. |
| FPGA VI Execution Mode | FPGA VI Execution Mode indicates the execution mode of the FPGA VI. This output can return FPGA Target, Simulation (Simulated I/O), Simulation (Real I/O), or Third-Party Simulation. |