Tool/software:
We are attempting to port a suite of 20 DSS JavaScript test scripts from CCS version 12 to CCS version 20. That suite of JavaScript files depend upon importing source from anther 20 JavaScript source files that provide lower level support using the DSS "load" command.
I have searched the web for information on how to import external JavaScript source files in the new scripting environment. There are a number of conflicting suggestions, several of which we have tried, but none of which have worked. They include using the require or import keywords.
The two extremely basic example JavaScript files in the CCS20 scripting folder give no clue as to how to port a suite of 40 interdependent JavaScript files from DSS.
Can TI provide any examples of the correct tools and syntax to use to replace the DSS load functionality in the new scripting environment?