maeGetHistoryCloudUUID
maeGetHistoryCloudUUID(t_sessionNamet_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
|
Name of the history saved for a simulation run on the cloud. |
||
Value Returned
|
UUID, if the history is available on the cloud and was saved by using the |
||
|
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