Hi,
In the DSS run we had to add some parameters to DSS,via dat file to get the expected operation . How we can load it ?
regards and thanks in advance
sasi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
In the DSS run we had to add some parameters to DSS,via dat file to get the expected operation . How we can load it ?
regards and thanks in advance
sasi
Hello sasi,
There is a DSS API (memory.loadData) to load a dat file to target memory. Use this API before running:
public void loadData(int nPage, long nAddress, java.lang.String sFilename, int nLength) throws ScriptingException
ScriptingException