Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeGetHistoryCloudUUID

maeGetHistoryCloudUUID(
t_sessionName 
t_historyName 
)
=> t_UUID / nil

Description

Returns the UUID for the specified history saved for a simulation run on the cloud for the given session. UUID is the unique identifier used by ADE Assembler for the histories saved on the cloud. You can use this function when the simulation was run using the Cloud distribution method.

Arguments

t_sessionName

Name of the ADE Assembler session.

t_historyName

Name of the history saved for a simulation run on the cloud.

Value Returned

t_UUIDs

UUID, if the history is available on the cloud and was saved by using the Cloud distribution method.

nil

When the session is not found or the history is not of a simulation run on the cloud.

Examples

Returns the UUID of the simulation results saved for a history named Interactive.0 in Amazon S3 at the S3://mypath/home/usrName/cloud/d7679895-c748-4380-b086-b1ce2c60866a location.

maeGetHistoryCloudUUID("fnxSession0" "Interactive.0")
"d7679895-c748-4380-b086-b1ce2c60866a"
=> t

Return to top
 ⠀
X