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

command

Send any Telion command through the active Python IPC transport. Dedicated SDK methods are thin conveniences on top of this method. New Telion command families can be scripted immediately by passing their action name and payload here; when Telion replies with a model snapshot, the Python model updates before the next line of user code runs.

Reference

FieldValueDescription
symboltelion_api.Model.command
signature(action: 'str', **values: 'Any') -> 'dict[str, Any]'
returndict[str, Any]

Send any Telion command through the active Python IPC transport. Dedicated SDK methods are thin conveniences on top of this method. New Telion command families can be scripted immediately by passing their action name and payload here; when Telion replies with a model snapshot, the Python model updates before the next line of user code runs.

Contract

PropertyValue
symboltelion_api.Model.command
signature(action: 'str', **values: 'Any') -> 'dict[str, Any]'
returndict[str, Any]

Signature

telion_api.Model.command(action: 'str', **values: 'Any') -> 'dict[str, Any]'