The SESSION Instance Tag is case sensitive and must be in capital letters. It is used to send session specific Attributes and Commands. This includes the response method and can be used to query the commands.
Please refer to the TTP Overview section for more details on the controlling Tesira devices using the TTP protocol.
Each element of the command instruction is delimited by one or more spaces. The commands are case sensitive and upper and lower case characters are used.
The TTP string to adjust a DSP object attribute is structured in the following order:
Instance_Tag Command Attribute [Index] [Value] LF
Instance Tag | Command | Attribute Code |
SESSION | get | aliases |
Example |
SESSION get aliases +OK "list":["123" "AudioMeter1" "AudioMeter2" "AudioMeter3" "DEVICE" "Input1" "Mixer1" "Mute1" "Level1" "Output1"] |
Reason Code
|
Attribute Code |
Command |
Indexes |
Value Range |
Aliases | aliases | get | ||
Verbose Output Enabled | verbose | get / set toggle | false, true |
A Verbose or concise response can be configured as part of the Session type.
Example |
SESSION set verbose true Mute1 get numChannels +OK "value":2 SESSION set verbose false +OK Mute1 get numChannels +OK 2 |