---
title: "getEclipseAssociatedCalibration"
canonical: "https://help.vicon.com/space/Shogun17/13536385/getEclipseAssociatedCalibration"
format: markdown
---
# 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

```plaintext
// Print calibration file for active trial from Eclipse database
string $calibration = `getEclipseAssociatedCalibration`;
print $calibration;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [getEclipseActiveTrial](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536327)
- [getEclipseAssociatedSubjects](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536383)
- [getEclipseMarkedTrials](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536395)