/
getModuleRange

getModuleRange

Description

Gets a module's range of data. This is the union of the frame ranges of all channel data. If the module has no data, 1 and -1 is returned.

Functional area

Data retrieval

Command syntax

Syntax

getModuleRange module or moduleArray[-i]

Arguments

NameTypeRequiredComments
moduleNamestringyesModule to get range for.

Flags

NameFlag argumentsArgument typeExclusive toComments
i0

Return value

Integer array

Examples

// Get the RFWT`s range of data.
int $dataRange[]; 
$dataRange = `getModuleRange "RFWT"`;
print $dataRange;