How to trigger a script in EMTP
From the Script tab Create a new JavaScript document (ctrl + N) Click on run This method is good for small scripts. The EMTP code editor must be used. II. From
From the Script tab Create a new JavaScript document (ctrl + N) Click on run This method is good for small scripts. The EMTP code editor must be used. II. From
DWDevice, DWCircuit, DWSignal, etc refer to JavaScript classes of the EMTP graphical user interface (GUI) which are used for scripting purpose. DW is the abbreviation of DesignWorks which is the name of
Required knowledge: * How to trigger a script in EMTP * What are DWDevice, DWCircuit, DWSignal, DWPin, etc in EMTP JavaScript? This script gets a DWDevice from an EMTP DWCircuit. This script gets DEV1 in the main circuit, then gets all resistances inside the subcircuit of DEV1 //**Get the current (active) DWCircuit object. See Help & Support/4 – JavaScript based Scripting in EMTP/DWCircuit for methods and attributes
Required knowledge: * How to trigger a script in EMTP * What are DWDevice, DWCircuit, DWSignal, DWPin, etc in EMTP JavaScript? * How to get devices in circuit with EMTP
Required knowledge: * How to trigger a script in EMTP * What are DWDevice, DWCircuit, DWSignal, DWPin, etc in EMTP JavaScript? This script connects a device pin to different buses using virtual
Required knowledge: * How to trigger a script in EMTP * What are DWDevice, DWCircuit, DWSignal, DWPin, etc in EMTP JavaScript? This script replaces a device by another device type defined