Skip to documentation content
On this page
  1. Contract
  2. 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.

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]]'
records — Telion Python API 0.1.0-alpha | Telion