System#
- class ansys.optislang.core.nodes.System#
Base class for classes which provide for creating and operating on a system.
Methods
System.control
(command[, hid, ...])Control the node state.
System.create_input_slot
(slot_name[, type_hint])Create dynamic input slot.
System.create_node
(type_[, name, design_flow])Create a new node in current system in active project.
System.create_output_slot
(slot_name[, type_hint])Create dynamic output slot.
Delete current node and it's children from active project.
Delete all children nodes from the active project.
Get info whether node exists in active project.
System.find_node_by_uid
(uid[, search_depth])Find a node in the system with a specified unique ID.
System.find_nodes_by_name
(name[, search_depth])Find nodes in the system with a specified name.
Get tuple of ordered ancestors starting from root system at position 0.
System.get_connections
([slot_type, slot_name])Get connections of a given direction and slot.
Get execution options.
System.get_input_slots
([name])Get current node's input slots.
Get the name of the node.
Get the direct children nodes.
System.get_output_slots
([name])Get current node's output slots.
Get the instance of the parent node.
Get the name of the parent node.
System.get_property
(name)Get property from properties dictionary.
Get node's registered files.
Get node's result files.
Get available actor states ids.
Get the status of the node.
System.set_execution_options
(value)Set execution options.
System.set_name
(new_name)Rename node.
System.set_property
(name, value)Set node's property.
Attributes
Type of the node.
Unique ID of the node.