Location (Flex Frame)
Location contains parameters that specify the size and location of each allocation within the frame.
sets the beginning of this allocation as an offset from the first symbol in the frame.
Default: 0
Range: 0 - ??
Last Symbol - There are various ways to define the last symbol in the allocation:
sets the end symbol index for this allocation. This is an alternative to setting Total Length.
Default: 0
Range: 0 - ??
sets the total length of this allocation in number of symbols. This is an alternative to setting Symbol Index.
The total number of symbols in the region is specified by Start Symbol and Total Length. The active symbol indexes are determined by Repeat Pattern, Active Symbols, and RepetitionInterval.
Default: 1 symbol
sets whether this allocation ends at the end of the frame.
- Selected - When true, the allocation extends from the Start Symbol location to the end of the frame. The allocation's end Symbol Index and Total Length are determined automatically.
- Cleared - Symbol Index or Total Length determine the index is used to set either the last symbol in the frame or the length of the allocation within the frame.
Default: Selected
Range: Selected, Cleared
enables or disables the use of a custom repeating pattern to indicate the symbols that belong to this allocation.
- Selected - Pattern repetition is enabled.
- Cleared - Pattern repetition is disabled.
Start Symbol and Total Length determine which symbols possibly belong to this allocation. When Repeat Pattern = false, all possible symbols belong to this allocation. When Repeat Pattern = true, Active Symbols and Repeat Every determine the symbols that belong to this allocation.
Example:
Start Symbol = 2
Total Length = 8
Repeat Pattern = Selected
Active Symbols = [1,2]
Repeat Every = 4The resulting allocated symbols (offsets from frame start) would be [3,4,7,8]. If Repeat Pattern were set to false, the allocated symbols would be [2,3,4,5,6,7,8,9].
Default: Cleared
Range: Selected, Cleared
Repetition Parameters - When Repeat Pattern is selected, the Repetition Parameters are used to determine the symbols used in the allocation.
sets the active symbol index(es) for this allocation when Repeat Pattern is enabled.
Default: 0
sets the repetition interval of the active symbols when Repeat Pattern is enabled.
Default: 1 symbol
See Also