Version: 9.12.0
SALOME Runtime

Table of contents

Introduction

The runtime package provides implementation of YACS generic nodes for SALOME platform.

SALOME runtime nodes

The SALOME runtime implements following nodes :

  • function inline node in python
  • script inline node in python
  • component service node for SALOME components
  • reference service node for CORBA objects
  • reference service node for script shell with inputs/outputs in XML files

Inline function node

A function inline node is implemented by a Python function.

Inline script node

A script inline node is implemented by a Python script.

Component service node

...

CORBA reference service node

...

XML reference service node

...