Description:
ExternAPI represents the COM object for external calculation via API
Properties:
Name | Name of the node |
ID | Identification number of the node |
Parallel | If it is True, the external simulation process will be executed parallel, otherwise serial |
ParallelSize (ReadOnly) | The number of the parallel jobs |
SimStart | If "SimStart = True", the external calculation must be started. |
SimFinished | If the external calculation is finnished, the variable must be set "SimFinished = True" to continue optimization |
SimFailed | User can set the status of the external caculation. |
OutputLinks (ReadOnly) | Return the Links-object. It is the collection of all output links for the node |
InputLinks (ReadOnly) | Return the Links-object. It is the collection of all input links for the node |
Application (ReadOnly) | Return the Application-object |
Methods:
GetInput(Variant) | Return the input value of the node for "Variant". Variant can be the name or index of the input parameter |
SetOutput(Variant, Double) | Set Double to the output value of the node for "Variant". Variant can be the name or index of the output parameter |
GetParallelInput(Variant, Number) | Return the input value of the node for "Variant" at the parallel job "Number". Variant can be the name or index of the input parameter |
SetParallelOutput(Variant, Number, Double) | Set Double to the output value of the node for "Variant" at the parallel job "Number". Variant can be the name or index of the output parameter |