Hey
I'm making a tcl script and i want to create add elements to a set by a collector. normaly i would do elements -> by collector -> select collector.
but the command file just gives me:
*setvalue sets id=1 ids={elems 67376-70125}
*setvalue sets id=1 STATUS=0 5422=LIST
I don't want no name every element number. I want something like this:
*setvalue sets id=1 ids={#all elemets from my collector/component#}
*setvalue sets id=1 STATUS=0 5422=LIST #and whatever has to be written here
thanks