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

Vicon Shogun banner

Description

Retrieves the scene data rate, in frames per second.

Functional area

Data retrieval

Command syntax

Syntax

getRate

Arguments

None

Flags

None

Return value

float

Examples

// Set and get the scene rate
int $fps;
playOptions -fps 24;

//set play to 24fps
$fps = `getRate`;
print $fps;

Additional information

Related commands