Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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 contract

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]]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Dataset.records
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Dataset.records