load_test_system

The load_test_system function opens an XJTAG project contained in an XJPack file.

Parameters
The full path the to the XJPack file to open.
Return number
none
Return string
none
Fails if
  • The XJPack file was not found.
  • The XJPack file could not be opened, e.g. file permissions prevent it
  • The project contains errors

Example

xdcall "xjtag1", "load_test_system"; "c:\project\project.xjp"