createClone(cloneid=None)
Creates and returns a new default hou.clone.Connection object with the provided unique identifier. Note that this does not start a new clone process or establish a connection. It simply creates the connection object so that it can be configured and connected later. The hou.clone.Connection.duplicate method can also be used to create a new connection object.
cloneid
The unique identifier for the new clone connection. If this value is None
or an empty string, a unique identifier is created automatically. If a clone with the provided identifier already exists, the provided identifier increments a numeric suffix until the identifier does not match any existing connectino object.