04-01-2024, 08:04 PM
I recently came across the code snippet below from the documentation here.
I have a few questions:
1. What is the default number of threads used?
2. What are some examples of tasks that RoboDK can take advantage of parallel processing for?
3. I haven't touched this parameter before. Should I expect that changing the number of threads used may have a significant effect on the execution speed of my code?
Code:
# How to change the number of threads using by the RoboDK application:
RDK.Command("Threads", "4")
I have a few questions:
1. What is the default number of threads used?
2. What are some examples of tasks that RoboDK can take advantage of parallel processing for?
3. I haven't touched this parameter before. Should I expect that changing the number of threads used may have a significant effect on the execution speed of my code?