get_input_slot_value#

abstractmethod IntegrationNode.get_input_slot_value(hid: str, slot_name: str, legacy_design_format: bool = False) dict#

Get input slot value of the node.

Parameters:
hidstr

State/Design hierarchical id.

slot_namestr

Slot name.

legacy_design_formatbool, optional

Whether to use legacy format for designs and design container type slots. Defaults to False.

Note

Argument has effect for Ansys optiSLang version >= 25.2 only.

Returns:
dict

Input slot value of the node.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.