Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 25/57
SSC Method List (EM 6000)
8.37 /rx1/sync_settings/auto_lock
This method sets or returns sync settings for auto lock.
type: Read/Write
value: Number
limits
type: Number
max: 1
min: 0
inc: 1
options , option_desc
1. 0 , Off
2. 1 , On
Example:
Tx: {"rx1":{"sync_settings":{"auto_lock":null}}}
Rx: {"rx1":{"sync_settings":{"auto_lock":0}}}
8.38 /rx1/sync_settings/ignore_auto_lock
This method sets or returns the sync settings to ignore the auto lock.
type: Read/Write
value: boolean
Example:
Tx: {"rx1":{"sync_settings":{"ignore_auto_lock":null}}}
Rx: {"rx1":{"sync_settings":{"ignore_auto_lock":false}}}
8.39 /rx1/walktest/start
This method starts the walk test feature. Any value set starts a new walk test and returns corre-
sponding session id. Note that ids must match when when polling rx1/walktest/info. Reading simply
returns 0.
type: Read/Write
value: Number
Example:
Tx: {"rx1":{"walktest":{"start":1}}}
Rx: {"rx1":{"walktest":{"start":1}}}
8.40 /rx1/walktest/info
This method returns the walk test info array:
[ID, RF1_min, RF1_max, RF1_peak, RF2_min, RF2_max, RF2_peak, LQI_min, LQI_max, AF_min, AF_
max, AF_peak].
type: Read only
values: See "”8.100 /mm”" for mapping information. Note that all values except RF1_min and
RF2_min are based on raw metering data. RF1_min and RF2_min are based on an attack/de-
cay-filtered data.
ID: id for running session.
Example:
Tx: {"rx1":{"walktest":{"info":null}}}
Rx: {"rx1":{"walktest":{"info":[1,169,177,0,153,160,0,230,255,128,190,0]}}}