/
getEclipseAssociatedCalibration
getEclipseAssociatedCalibration
Description
Returns the full path of the calibration file associated with the active trial from the Eclipse database. If no selection is made or the selection doesn't include a trial, an empty string is returned
Functional area
Data management
Command syntax
Syntax
getEclipseAssociatedCalibration |
Arguments
None
Flags
None
Return value
string
The returned string is a full path of calibration file associated with active trial from Eclipse database
Examples
// Print calibration file for active trial from Eclipse database string $calibration = `getEclipseAssociatedCalibration`; print $calibration;
Additional information
Related commands
, multiple selections available,
Related content
getEclipseActiveTrial
getEclipseActiveTrial
More like this
getEclipseMarkedTrials
getEclipseMarkedTrials
More like this
getEclipseAssociatedSubjects
getEclipseAssociatedSubjects
More like this
openEclipseDatabase
openEclipseDatabase
More like this
openEclipseDatabase
openEclipseDatabase
More like this
calibrateSolvingSubjectOptions
calibrateSolvingSubjectOptions
More like this