I am using xml file in a tcl script to control STC. I load xml file, start generators, stop generators, change xml (size of packet, mask of modifier, etc...), load xml and do it again and again. The problem is when I load xml every time my port (11/1) is released and then reserved. It takes maybe 30 seconds. I do not want to use TCL API for STC - it's far more effective and general in this way I think... Tcl command to load xml:
set StcSystem(1) [ stc::perform loadfromxml -filename $input_file] I am using Spirent TestCenter Application 4.46 and TCL library 4.46
What I need is partial reconfiguration which do not release port. Is there any way to do it? Thanks for reply...