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

Solution

A Telion solution containing one or more runtime-stored frames.

Reference

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

A Telion solution containing one or more runtime-stored frames.

Contract

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