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

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

FieldValueDescription
symboltelion_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, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport', solution_index: 'int' = 1) -> 'ExportNode'
returnExportNode

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

PropertyValue
symboltelion_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, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport', solution_index: 'int' = 1) -> 'ExportNode'
returnExportNode

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, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport', solution_index: 'int' = 1) -> 'ExportNode'