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

Vicon Shogun banner

Description

Gets the frame numbers on which there are keys for the specified module and the specified channel.

Functional area

Data retrieval

Command syntax

Syntax

getKeys propertyName [-onMod string]

Arguments

NameTypeRequiredComments
propertyNamestringyesName of the channel property to count keys for

Flags

NameFlag argumentsArgument typeExclusive toComments
onMod1stringReturns the keys for the specified module only.

Return value

integer array

Examples

//print the frame numbers for all translation keys for the LFHD Marker
int $keys[] = `getKeys Translation -onMod "LFHD"`;
print $keys;

Additional information

Related commands