methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.command | — |
| signature | (action: 'str', **values: 'Any') -> 'dict[str, Any]' | — |
| return | dict[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
| Property | Value |
|---|---|
| symbol | telion_api.Model.command |
| signature | (action: 'str', **values: 'Any') -> 'dict[str, Any]' |
| return | dict[str, Any] |
Signature
telion_api.Model.command(action: 'str', **values: 'Any') -> 'dict[str, Any]'