When execution speed is critical, perhaps if you are trying to collect data from multiple devices as fast as possible, the following options are available to increase execution speed.
- Turn of writting to the log.txt file by setting the logfile='false" on individucal commands or with <set logfile="false" /> to turn it off on all subsequent commands
- Turn of writting to the console by setting the consoleoutput='false" on individucal commands or with <set consoleoutput="false" /> to turn it off on all subsequent commands
- Use the multitask command