THE reference for power system transients

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6737
    anonymous
    Keymaster

    Hello evryone,

    I need to know if someone among you had already done a script to exclude devices in emtp?

    #6739
    anonymous
    Keymaster

    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

    #6740
    anonymous
    Keymaster

    Hello dear:

    I want to use the date and time which is saved in the output file. I would be grateful if you could help me.

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.