THE reference for power system transients
what do these codes mean?what does parseScriptFile mean?
what do this code mean? what does parseScriptFile mean?
Dear,
the parseScriptFile will vall the functions inside the specified .dwj file.
For the image shown, all those .dwj are required to run the simulation in EMTP through JavaScript.
Besides that, you can search for each file, e.g., run_emtp.dwj, in the C:/ drive and open the file with Notepad++.
Thank you very much for your attention.
Yours sincerely,
Mauro
Please refer to:
https://www.emtp.com/javascript-class-structure/spscript.html#parseScriptFile
what does cct.devices mean?The statement does not appear to be defined beforehand.
what the mean of currentCircuit? What does it mean is the circuit currently built?
the function cct is related to the “”current circuit”” built in EMTP.
With cct, you can start getting the objects of the current circuit and manipulate according to your needs.
Best regards,