get_expanded_element_name¶
- get_expanded_element_name(sequence_name, element_index)¶
Get list with the names of all elements of a specific sequence.
- Parameters:
- Return type:
- Returns:
the name of the element with the specified index
- Raises:
ValueError – if the sequence is invalid
IndexError – if the index is out of range