get_expanded_element

get_expanded_element(sequence_name, element_index)

Return requested element in the expanded sequence.

Parameters:
  • sequence_name (str) – sequence name

  • element_index (int) – element index

Return type:

dict

Returns:

the element with the specified index

Raises:

NOTE: this function may currently return elements beyond the end of the expanded sequence if requested to do so.