Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 30/57
SSC Method List (EW-DX EM 2)
8.64 /rx1/mates
Information about active mates of the receiver channel 1 stored as array of string values.
type: Read-only
value: String
limits
type: String
const: true
writeable: false
count: 1
Example:
Tx: {"rx1":{"mates":null}}
Rx: {"rx1":{"mates":["mates/tx1"]}}
8.65 /rx1/gain
Gain level for receiver channel 1. 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.66 /rx1/frequency
Carrier Frequency in kHz for receiver channel 1.
type: Read/Write
value: Number
limits
type: Number
const: false
writeable: true
units: kHz
max: 1999000
min: 470200
inc: 25
subscr: true
Example:
{"rx1":{"frequency":null}}