methodAvailable
export
Create or update a real Telion result export node. This defines an export in the Results tree. The desktop runtime owns the actual file write through its existing export bridge, so scripts can create/edit exports without bypassing Telion's project state.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.export | — |
| signature | (label: 'str', source: 'str', export_type: 'str' = 'Data', format: 'str | None' = None, file_name: 'str | None' = None, output_directory: 'str' = '', include_image: 'bool | None' = None, include_data: 'bool | None' = None) -> 'ExportNode' | — |
| return | ExportNode | — |
Create or update a real Telion result export node. This defines an export in the Results tree. The desktop runtime owns the actual file write through its existing export bridge, so scripts can create/edit exports without bypassing Telion's project state.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.export |
| signature | (label: 'str', source: 'str', export_type: 'str' = 'Data', format: 'str | None' = None, file_name: 'str | None' = None, output_directory: 'str' = '', include_image: 'bool | None' = None, include_data: 'bool | None' = None) -> 'ExportNode' |
| return | ExportNode |
Signature
telion_api.Model.export(label: 'str', source: 'str', export_type: 'str' = 'Data', format: 'str | None' = None, file_name: 'str | None' = None, output_directory: 'str' = '', include_image: 'bool | None' = None, include_data: 'bool | None' = None) -> 'ExportNode'