Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

records

Return raw point or cell field data as row dictionaries. Detached point rows can include raw ``x``, ``y`` and ``z`` coordinates. Detached cell rows include raw cell connectivity, not computed centroid coordinates. Live sessions delegate table generation to Telion runtime.

Reference

FieldValueDescription
symboltelion_api.Dataset.records
signature(fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Return raw point or cell field data as row dictionaries. Detached point rows can include raw x, y and z coordinates. Detached cell rows include raw cell connectivity, not computed centroid coordinates. Live sessions delegate table generation to Telion runtime.

Contract

PropertyValue
symboltelion_api.Dataset.records
signature(fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Signature

telion_api.Dataset.records(fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'