Node#

class ansys.optislang.core.nodes.Node(uid: str, osl_server: OslServer)#

Provides for creating and operating on nodes.

Methods

__init__(uid, osl_server)

Create a Node instance.

control(command[, hid, wait_for_completion, ...])

Control the node state.

get_name()

Get the name of the node.

get_parent()

Get the instance of the parent node.

get_parent_name()

Get the name of the parent node.

get_properties()

Get the raw server output with the node properties.

get_registered_files()

Get node's registered files.

get_result_files()

Get node's result files.

get_states_ids()

Get available actor states ids.

get_status()

Get the status of the node.

get_type()

Get the type of the node.

Attributes

Node.uid

Unique ID of the node.