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

probe_records

Return interpolated field probe values as row dictionaries.

Reference contract

FieldValueDescription
symboltelion_api.Dataset.probe_records
signature(fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Return interpolated field probe values as row dictionaries.

Contract

PropertyValue
symboltelion_api.Dataset.probe_records
signature(fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'
returnlist[dict[str, Any]]

Signature

telion_api.Dataset.probe_records(fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Dataset.probe_records
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Dataset.probe_records