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

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 contract

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]'

Authoritative source

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