ansys.dpf.core.inputs._Inputs#

class ansys.dpf.core.inputs._Inputs(dict_inputs, operator)#
_dict_inputs#
_operator#
_inputs = []#
_connected_inputs#
__str__()#
connect(inpt)#

Connect any input (an entity or an operator output) to any input pin of this operator.

Searches for the input type corresponding to the output.

Deprecated since version Deprecated: in favor of explicit output-to-input connections.

Parameters:
  • inpt (str, int, double, bool, list[int], list[float], Field, FieldsContainer, Scoping, Enum,)

  • ScopingsContainer (E501) – Input of the operator.

  • MeshedRegion (E501) – Input of the operator.

  • MeshesContainer (E501) – Input of the operator.

  • DataSources (E501) – Input of the operator.

  • CyclicSupport (E501) – Input of the operator.

  • Outputs (E501) – Input of the operator.

  • noqa (os.PathLike #) – Input of the operator.

_add_input(pin, spec, count_ellipsis=-1)#
__call__(inpt)#
__getitem__(item) Input#