RootSystem#
- class ansys.optislang.core.nodes.RootSystem#
Base class for classes which provide for creating and operating on a project system.
Methods
RootSystem.control
(command[, hid, ...])Control the node state.
RootSystem.create_node
(type_[, name, ...])Create a new node in current system in active project.
Delete current node and it's children from active project.
Delete all children nodes from the active project.
RootSystem.evaluate_design
(design)Evaluate a design.
Get info whether node exists in active project.
RootSystem.find_node_by_uid
(uid[, search_depth])Find a node in the system with a specified unique ID.
RootSystem.find_nodes_by_name
(name[, ...])Find nodes in the system with a specified name.
Get tuple of ordered ancestors starting from root system at position 0.
RootSystem.get_connections
([slot_type, ...])Get connections of a given direction and slot.
Get execution options.
RootSystem.get_inner_input_slots
([name])Get current node's inner input slots.
Get current node's inner output slots.
RootSystem.get_input_slots
([name])Get current node's input slots.
Get the names of the parameters that are missing in a design.
Get the name of the node.
Get the direct children nodes.
Get paths to omdb files.
RootSystem.get_output_slots
([name])Get current node's output slots.
Get the instance of the parent node.
Get the name of the parent node.
RootSystem.get_property
(name)Get property from properties dictionary.
Get the design with reference values of the parameters.
Get node's registered files.
Get node's result files.
Get available actor states ids.
Get the status of the node.
Get the names of the parameters that are not defined in the root system.
RootSystem.save_designs_as
(hid, file_name[, ...])Save designs for a given state.
RootSystem.save_designs_as_csv
(hid, file_path)Save designs for a given state to CSV file.
RootSystem.save_designs_as_json
(hid, file_path)Save designs for a given state to JSON file.
Set execution options.
RootSystem.set_property
(name, value)Set node's property.
Attributes
Criteria manager of the current system.
Parameter manager of the current system.
Response manager of the current system.
Type of the node.
Unique ID of the node.