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:
  • sequence_name (str) – sequence name

  • element_index (int) – element index

Return type:

str

Returns:

the name of the element with the specified index

Raises: