methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Data.records | — |
| signature | (fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]' | — |
| return | list[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
| Property | Value |
|---|---|
| symbol | telion_api.Data.records |
| signature | (fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]' |
| return | list[dict[str, Any]] |
Signature
telion_api.Data.records(fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'