ParametricSystem#
- class ansys.optislang.core.nodes.ParametricSystem(uid: str, osl_server: OslServer)#
Provides methods to obtain data from a parametric system.
Methods
__init__
(uid, osl_server)Create a parametric system.
control
(command[, hid, wait_for_completion, ...])Control the node state.
find_node_by_uid
(uid[, search_depth])Find a node in the system with a specified unique ID.
find_nodes_by_name
(name[, search_depth])Find nodes in the system with a specified name.
get_name
()Get the name of the node.
Get the direct children nodes.
Get paths to omdb files.
Get the instance of the parent node.
Get the name of the parent node.
Get the raw server output with the node properties.
Get node's registered files.
Get node's result files.
Get available actor states ids.
Get the status of the node.
get_type
()Get the type of the node.
save_designs_as
(hid, file_name[, format, dir])Save designs for a given state.
Attributes
Criteria manager of the current system.
Parameter manager of the current system.
Response manager of the current system.
Unique ID of the node.