Multiple Slaves On One Machine ,use python

I want to run two slaves in one machine, one rendering gpu, one rendering cpu, but It’s tedious to create each one machine,
I want to use Python to do this, but there is no relevant content in the help manual.

can you help me ?
thank you!
good luck!

To launch a new slave you can use deadlinecommand or deadline scripting.

Example:

“C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe” -help

“C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe” RemoteControl [machineName] LaunchNewSlave “New”

Replace [machineName] with the machine you want to start a new slave on.

You can use SlaveUtils in Deadline Scripting to send remote commands to slaves as well.

https://docs.thinkboxsoftware.com/products/deadline/10.0/2_Scripting%20Reference/class_deadline_1_1_scripting_1_1_slave_utils.html

Regards,

Charles

Thank you. I’ll try.

how to seup it in monitor windows?