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 | Index | Value |
LogicPulse4 | set | durationOn | 2 |
1500 |
Example |
LogicPulse4 get durationOn 2 +OK "value":1500 |
Reason Code
|
Attribute Code |
Command |
Indexes |
Value Range |
Label | label | get / set | false, true | |
On Duration | durationOn | get / set | 1000 - 60000 ms | |
Off Duration | durationOff | get / set | 1000 - 60000 ms | |
Pulse Count | pulseCount | get / set | 1-100 | |
Active Pulse |
active | get | false, true | |
Indefinite | indefinite | get / set | false, true |
Service Description |
Service Code |
Index |
Value |
Logic Pulse |
startPulse | channel | |
Logic Pulse |
stopPulse | channel |
Example |
LogicPulse1 startPulse 3 +OK |