methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Dataset.fields | — |
| signature | (location: 'str | None' = None) -> 'list[dict[str, Any]]' | — |
| return | list[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
| Property | Value |
|---|---|
| symbol | telion_api.Dataset.fields |
| signature | (location: 'str | None' = None) -> 'list[dict[str, Any]]' |
| return | list[dict[str, Any]] |
Signature
telion_api.Dataset.fields(location: 'str | None' = None) -> 'list[dict[str, Any]]'