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

Constructor

Construct `telion_api.Field` with the installed signature `(name: 'str', location: 'str', number_of_components: 'int', values: 'list[float]', unit: 'str' = '', _model: 'Any | None' = None, _dataset: 'str | None' = None, _expression: 'str | None' = None) -> None`.

Reference contract

FieldValueDescription
symboltelion_api.Field
signature(name: 'str', location: 'str', number_of_components: 'int', values: 'list[float]', unit: 'str' = '', _model: 'Any | None' = None, _dataset: 'str | None' = None, _expression: 'str | None' = None) -> None
returntelion_api.Field

Construct telion_api.Field with the installed signature (name: 'str', location: 'str', number_of_components: 'int', values: 'list[float]', unit: 'str' = '', _model: 'Any | None' = None, _dataset: 'str | None' = None, _expression: 'str | None' = None) -> None.

Contract

PropertyValue
symboltelion_api.Field
signature(name: 'str', location: 'str', number_of_components: 'int', values: 'list[float]', unit: 'str' = '', _model: 'Any | None' = None, _dataset: 'str | None' = None, _expression: 'str | None' = None) -> None
returntelion_api.Field

Signature

Field(name: 'str', location: 'str', number_of_components: 'int', values: 'list[float]', unit: 'str' = '', _model: 'Any | None' = None, _dataset: 'str | None' = None, _expression: 'str | None' = None) -> None

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Field.__init__
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Field