methodAvailable
probe_table
Publish interpolated point probes as a Telion result table.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.probe_table | — |
| signature | (name: 'str', fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', dataset: 'str | None' = None, tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'Table' | — |
| return | Table | — |
Publish interpolated point probes as a Telion result table.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.probe_table |
| signature | (name: 'str', fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', dataset: 'str | None' = None, tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'Table' |
| return | Table |
Signature
telion_api.Model.probe_table(name: 'str', fields: 'Iterable[str]', points: 'Iterable[Iterable[float]]', dataset: 'str | None' = None, tolerance: 'float' = 1e-10, nearest: 'bool' = False, include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'Table'