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

fields

Describe every result field without copying its numeric values. The returned metadata is suitable for plot-field browsers and includes the data association, component count, tuple/value count, unit, and runtime numeric type. Use :meth:`field` to read a particular field.

Reference contract

FieldValueDescription
symboltelion_api.Data.fields
signature(location: 'str | None' = None) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Describe every result field without copying its numeric values. The returned metadata is suitable for plot-field browsers and includes the data association, component count, tuple/value count, unit, and runtime numeric type. Use :meth:field to read a particular field.

Contract

PropertyValue
symboltelion_api.Data.fields
signature(location: 'str | None' = None) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Signature

telion_api.Data.fields(location: 'str | None' = None) -> 'list[dict[str, Any]]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Data.fields
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Data.fields