disconnect_slot#

ansys.optislang.core.server_commands.disconnect_slot(actor_uid: str, slot_name: str, direction: str, password: str | None = None) str#

Generate JSON string of disconnect_slot command.

Parameters:
actor_uid: str

Actor uid entry.

slot_name: str

Name of the slot.

direction: str

Direction.

passwordstr, opt

Password.

Returns:
str

JSON string of disconnect_slot command.