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

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

FieldValueDescription
symboltelion_api.Dataset.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.Dataset.fields
signature(location: 'str | None' = None) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Signature

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