get_expanded_element¶
- get_expanded_element(sequence_name, element_index)¶
Return requested element in the expanded sequence.
- Parameters:
- Return type:
- Returns:
the element with the specified index
- Raises:
ValueError – if the sequence is invalid
IndexError – if the index is out of range
NOTE: this function may currently return elements beyond the end of the expanded sequence if requested to do so.