ProxySolverNode#
- class ansys.optislang.core.nodes.ProxySolverNode#
Base class for classes which provide for creating and operating on an proxy solver node.
Methods
ProxySolverNode.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.
Get available input locations for the current node.
Get available output locations for the current node.
ProxySolverNode.get_connections
([slot_type, ...])Get connections of a given direction and slot.
Get pending designs from parent node.
Get execution options.
ProxySolverNode.get_input_slots
([name])Get current node's input slots.
Get internal variables.
Get the name of the node.
ProxySolverNode.get_output_slots
([name])Get current node's output slots.
Get the instance of the parent node.
Get the name of the parent node.
Get property from properties dictionary.
Get node's registered files.
Get registered input slots.
Get registered output slots.
Get registered parameters.
Get registered responses.
Get node's result files.
Get available actor states ids.
Get the status of the node.
ProxySolverNode.load
([args])Explicitly load the node.
Adjust all input locations with the already registered parameters.
Adjust all input locations with the already registered responses.
Register the given location as an input slot.
Register the given location as an internal variable.
Register the given location as an output slot.
Register the given location as a parameter.
Register the given location as a response.
Register all available locations as parameter initially.
Register all available locations as response initially.
ProxySolverNode.set_designs
(designs)Set calculated designs.
Set execution options.
ProxySolverNode.set_property
(name, value)Set node's property.
Attributes
Type of the node.
Unique ID of the node.