Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 38/57
SSC Method List (EW-DX EM 2)
8.89 /rx2/mates
Information about active mates of the receiver channel 2 stored as array of string values.
type: Read-only
value: String
limits
type: String
const: true
writeable: false
count: 1
Example:
Tx: {"rx2":{"mates":null}}
Rx: {"rx2":{"mates":["mates/tx2"]}}
8.90 /rx2/gain
Gain level for receiver channel 2. Valid values in range [-3dB..+42dB], increment step = 3dB.
type: Read/Write
value: Number
limits
type: Number
const: false
writeable: true
units: dB
max: 42
min: -3
inc: 3
subscr: true
8.91 /rx2/frequency
Carrier Frequency in kHz for receiver channel 2.
type: Read/Write
value: Number
limits
type: Number
const: false
writeable: true
units: kHz
max: 1999000
min: 470200
inc: 25
subscr: true
Example:
{"rx2":{"frequency":null}}