GET_DEVICE_SOURCE_LIST

The GET_DEVICE_SOURCE_LIST function returns the list of enabled configuration sources for the device currently being tested. Configuration sources are defined via the multi-sourcing dialog in XJDeveloper.

GET_DEVICE_SOURCE_LIST was added in XJTAG v4.0 and is not recognised in versions prior to that.

Syntax

GET_DEVICE_SOURCE_LIST()

Return value

A STRING[] value containing the names of all configuration sources enabled for the current test device.

Example

string[] sourceList;
sourceList := GET_DEVICE_SOURCE_LIST();