Return the full path of active trial from Eclipse database. If there is no selection or selection does not include any trial, the empty string is returned
Data management
getEclipseActiveTrial |
None
None
string
The returned string is a full path of active trial from Eclipse database
// Print active trial file from Eclipse database string $trial = `getEclipseActiveTrial`; print $trial; |