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

probe_records

Return interpolated field probe values as row dictionaries.

Return interpolated field probe values as row dictionaries.

Contract

PropertyValue
symboltelion_api.Data.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.Data.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]]'
probe_records — Telion Python API 0.1.0-alpha | Telion