Skip to main content

DPF Mechanical 2026 R1

remote_operator_instantiate class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.utility

Summary

Create a local image of an existing remote operator (identified by an id and an address) for a given protocol registered in the streams. A workflow is created with this operator and returned in output

available inputs: operator_to_send (Int32), output_pin (Int32), streams_to_remote (StreamsContainer), data_sources_to_remote (DataSources) (optional), output_name (string)

available outputs: remote_workflow (Workflow)

Example

op = remote_operator_instantiate()

op = remote_operator_instantiate(operator_to_send=my_operator_to_send,output_pin=my_output_pin,streams_to_remote=my_streams_to_remote,data_sources_to_remote=my_data_sources_to_remote,output_name=my_output_name)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.utility
Assembly Ans_Dpf_Native_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

operator_to_send

local workflow to push to a remote or id of a remote workflow

Type: LinkableInput

output_pin

pin number of the output to name

Type: LinkableInput

streams_to_remote

Type: LinkableInput

data_sources_to_remote

Type: LinkableInput

output_name

output's name of the workflow to return

Type: LinkableInput

Outputs

remote_workflow

remote workflow containing an image of the remote workflow and the protocols streams

Type: LinkableOutput

Constructors

Constructor

remote_operator_instantiate()

Constructor

remote_operator_instantiate(operator_to_send, output_pin, streams_to_remote, data_sources_to_remote, output_name, config)

Parameters:

  • operator_to_send (object)
  • output_pin (object)
  • streams_to_remote (object)
  • data_sources_to_remote (object)
  • output_name (object)
  • config (OperatorConfig)

Constructor

remote_operator_instantiate(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys