Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Authoritative source

SolutionFrame

One runtime-stored state in a Telion solution collection.

Reference contract

FieldValueDescription
symboltelion_api.SolutionFrame
moduletelion_api.model
constructor(name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None'

One runtime-stored state in a Telion solution collection.

Contract

PropertyValue
symboltelion_api.SolutionFrame
moduletelion_api.model
constructor(name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.SolutionFrame
Path
sdk/python/telion_api/model.py
Symbol
telion_api.SolutionFrame