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

probe_records

Return interpolated field probe values as row dictionaries.

Reference

FieldValueDescription
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]]

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]]'