- Products
- Services
- Engineering
- Training
- Applications
- Events
- Resources
- Buy EMTP-RV
Hello evryone,
I need to know if someone among you had already done a script to exclude devices in emtp?
Hello evryone,
I need to know if someone among you had already done a script to exclude devices in emtp?
Hi Hamza,
Here is how to do:
var cct = currentCircuit() //grab the circuit
var dev = cct.devices('Name', 'Dev')[0] //grab the device named Dev
dev.setAttribute('Exclude', 'Ex') //exclude the device.
Let me know if anything.
Thanks
Henry