/
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
Name | Type | Required | Comments |
---|---|---|---|
moduleName | string | yes | Module to get range for. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
i | 0 | — | — | — |
Return value
Integer array
Examples
// Get the RFWT`s range of data. int $dataRange[]; $dataRange = `getModuleRange "RFWT"`; print $dataRange;
, multiple selections available,
Related content
getChannels
getChannels
More like this
getSelectedKeys
getSelectedKeys
More like this
getProperty
getProperty
More like this
getModule
getModule
More like this
getSelectedTimeRanges
getSelectedTimeRanges
More like this
getConstraintsThisIsSource
getConstraintsThisIsSource
More like this