twin_get_rom_images_files#

TwinRuntime.twin_get_rom_images_files(model_name, views, time_from=-1, time_to=-1)#

Retrieves the model images from ‘time_from’ up to ‘time_to’ for the given views from the given TBROM model name. By default, it returns the images for the current simulation step (for step-by-step simulation) or for all previous steps (for batch model simulation). This method is only supported for Twin models created from one or more TBROM components.

Parameters:
model_namestr

Model name of the TBROM for which the images need to be retrieved.

viewslist

View names for which the images need to be retrieved.

time_fromfloat (optional)

Time stamp from which images need to be retrieved.

time_tofloat (optional)

Time stamp up to which images need to be retrieved.

Returns:
list

List of path of all the images retrieved