connect_nodes#
- ansys.optislang.core.tcp.server_commands.connect_nodes(from_actor_uid: str, from_slot: str, to_actor_uid: str, to_slot: str, skip_rename_slot: bool = False, password: str | None = None) str #
Generate JSON string of connect_nodes command.
- Parameters:
- from_actor_uid: str
Uid of connection source.
- from_slot: str
Slot of connection source.
- to_actor_uid: str
Uid of connection target.
- to_slot: str
Slot of connection target.
- skip_rename_slot: bool, optional
Skip automatic slot rename for untyped slots. Defaults to False.
Note
Argument has effect for Ansys optiSLang version >= 25.2 only.
- password
Optional
[str
],optional
Password, by default
None
.
- Returns:
str
JSON string of connect_nodes command.