---
title: "getEclipseMarkedTrials"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737009/getEclipseMarkedTrials"
format: markdown
---
# Description

Returns the array of full paths of all marked trials from Eclipse database. If no trials are marked, an empty array is returned. (To mark a trial, select the trial and press the SPACE key or use the context menu.)

## Functional area

Data management

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `getEclipseMarkedTrials` |

### Arguments

None

### Flags

None

## Return value

string array

The array of string includes the full paths of all marked trials from Eclipse database

## Examples

```plaintext
// Print all marked trials from Eclipse database 
string $s[] = `getEclipseMarkedTrials`;
print $s;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [getEclipseActiveTrial](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736573)
- [getEclipseAssociatedCalibration](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737516)
- [getEclipseAssociatedSubjects](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737055)