Skip to content

/AWS1/CL_RBM=>CREATESIMULATIONAPPLICATION()

About CreateSimulationApplication

End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.

Creates a simulation application.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/RBMNAME /AWS1/RBMNAME

The name of the simulation application.

IO_SIMULATIONSOFTWARESUITE TYPE REF TO /AWS1/CL_RBMSIMULATIONSOFTWA00 /AWS1/CL_RBMSIMULATIONSOFTWA00

The simulation software suite used by the simulation application.

IO_ROBOTSOFTWARESUITE TYPE REF TO /AWS1/CL_RBMROBOTSOFTWARESUITE /AWS1/CL_RBMROBOTSOFTWARESUITE

The robot software suite used by the simulation application.

Optional arguments:

IT_SOURCES TYPE /AWS1/CL_RBMSOURCECONFIG=>TT_SOURCECONFIGS TT_SOURCECONFIGS

The sources of the simulation application.

IO_RENDERINGENGINE TYPE REF TO /AWS1/CL_RBMRENDERINGENGINE /AWS1/CL_RBMRENDERINGENGINE

The rendering engine for the simulation application.

IT_TAGS TYPE /AWS1/CL_RBMTAGMAP_W=>TT_TAGMAP TT_TAGMAP

A map that contains tag keys and tag values that are attached to the simulation application.

IO_ENVIRONMENT TYPE REF TO /AWS1/CL_RBMENVIRONMENT /AWS1/CL_RBMENVIRONMENT

The object that contains the Docker image URI used to create your simulation application.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RBMCRESIMULATIONAPP01 /AWS1/CL_RBMCRESIMULATIONAPP01