This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

Description

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

Functional area

Data management

Command syntax

Syntax

getEclipseActiveTrial

Arguments

None

Flags

None

Return value

string

The returned string is a full path of active trial from Eclipse database

Examples

// Print active trial file from Eclipse database
string $trial = `getEclipseActiveTrial`;
print $trial;

Additional information

Related commands