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

replace_snapshot

Replace the local Python view of an offline Telion model snapshot.

Reference

FieldValueDescription
symboltelion_api.Model.replace_snapshot
signature(snapshot: 'dict[str, Any]') -> 'None'
returnNone

Replace the local Python view of an offline Telion model snapshot.

Contract

PropertyValue
symboltelion_api.Model.replace_snapshot
signature(snapshot: 'dict[str, Any]') -> 'None'
returnNone

Signature

telion_api.Model.replace_snapshot(snapshot: 'dict[str, Any]') -> 'None'