Node#
- class ansys.optislang.core.nodes.Node#
Base class for classes which provide for creating and operating on nodes.
Methods
Node.control
(command[, hid, ...])Control the node state.
Delete current node and it's children from active project.
Get info whether node exists in active project.
Get tuple of ordered ancestors starting from root system at position 0.
Node.get_connections
([slot_type, slot_name])Get connections of a given direction and slot.
Get execution options.
Node.get_input_slots
([name])Get current node's input slots.
Get the name of the node.
Node.get_output_slots
([name])Get current node's output slots.
Get the instance of the parent node.
Get the name of the parent node.
Node.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.
Node.set_execution_options
(value)Set execution options.
Node.set_property
(name, value)Set node's property.
Attributes