Resource steps properties

You can work with resources to share data at runtime between different running simulations. Use a resource step property in your simulation file to define how a resource is controlled.

Add a resource step property to your simulation file to define how your simulation uses a resource, such as reading or updating data. Include rules that specify what should be updated and where.

These are the steps properties you can use:

Resource steps property

Description

delete

Clears data in a resource.

insert

Pastes data into a resource.

insertOrUpdate

Adds a new resource or modifies an existing one.

read

Reads data from a resource.

update

Overwrites a value in a resource.