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

derive_field

Public method `telion_api.Model.derive_field(source_field: 'str', output_field: 'str', transform: 'Callable[[float | list[float]], Any]', label: 'str | None' = None, dataset: 'str | None' = None, location: 'str | None' = None, unit: 'str | None' = None, include_existing: 'bool' = True) -> 'None'`.

Reference contract

FieldValueDescription
symboltelion_api.Model.derive_field
signature(source_field: 'str', output_field: 'str', transform: 'Callable[[float | list[float]], Any]', label: 'str | None' = None, dataset: 'str | None' = None, location: 'str | None' = None, unit: 'str | None' = None, include_existing: 'bool' = True) -> 'None'
returnNone

Public method telion_api.Model.derive_field(source_field: 'str', output_field: 'str', transform: 'Callable[[float | list[float]], Any]', label: 'str | None' = None, dataset: 'str | None' = None, location: 'str | None' = None, unit: 'str | None' = None, include_existing: 'bool' = True) -> 'None'.

Contract

PropertyValue
symboltelion_api.Model.derive_field
signature(source_field: 'str', output_field: 'str', transform: 'Callable[[float | list[float]], Any]', label: 'str | None' = None, dataset: 'str | None' = None, location: 'str | None' = None, unit: 'str | None' = None, include_existing: 'bool' = True) -> 'None'
returnNone

Signature

telion_api.Model.derive_field(source_field: 'str', output_field: 'str', transform: 'Callable[[float | list[float]], Any]', label: 'str | None' = None, dataset: 'str | None' = None, location: 'str | None' = None, unit: 'str | None' = None, include_existing: 'bool' = True) -> 'None'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.derive_field
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.derive_field