...
The returned string is a full path of calibration file associated with active trial from Eclipse database
Examples
Code Block | ||
---|---|---|
| ||
// Print calibration file for active trial from Eclipse database |
...
string $calibration = `getEclipseAssociatedCalibration`; |
...
print $calibration; |
Scroll pagebreak |
---|
Additional information
...