start# ansys.optislang.core.server_commands.start(actor_uid: str | None = None, hid: str | None = None, password: str | None = None) → str# Generate JSON string of start command. Parameters: actor_uid: str, optActor uid entry. A Hirearchical ID (hid) is required. hid: str, optHid entry. The actor uid is required. passwordstr, optPassword. Returns: strJSON string of start command.