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

Vicon Shogun banner

Description

Lists all of the object, or module types available in Shogun Post. Also lists all of the channels and attributes that a module type has.

Functional area

System

Command syntax

Syntax

listObjectTypes [-filename string]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
filename1stringWill redirect all output to the specified file. Default is to print to the Log.
Use forward-slashes for all file paths.

Return value

void

Examples

// Generate a report of all of Shogun Post's module types and their 
// attributes and channels
listObjectTypes -filename "C:/Output.txt";