create_output_slot# ansys.optislang.core.tcp.server_commands.create_output_slot(actor_uid: str, slot_name: str, type_hint: str | None = None, password: str | None = None) → str# Generate JSON string of create_output_slot command. Parameters: actor_uid: strActor uid entry. slot_name: strName of the slot. type_hint: Optional[str], optionalType of the hint, by default None. passwordOptional[str], optionalPassword, by default None. Returns: strJSON string of create_output_slot command.