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

Vicon Shogun banner

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