methodAvailable
probe_records
Return interpolated field probe values as row dictionaries.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_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]]' | — |
| return | list[dict[str, Any]] | — |
Return interpolated field probe values as row dictionaries.
Contract
| Property | Value |
|---|---|
| symbol | telion_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]]' |
| return | list[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]]'