start_test
The start_test
function starts running a single test from the test list and returns immediately, leaving the test running in the background.
- Parameters
- The name of the function to run, e.g.
CONNTEST
orIC4.Test
. - Return number
- none
- Return string
- none
- Fails if
-
- No project has been opened
- The test was not found
- There was an error accessing the hardware
- The system failed to start the tests
Example
xdcall "xjtag1", "start_test", Num, RTN$; "SW1.Test"
XJTAG v4.1.100