125
NO
Command
Syntax
Example
123
?DANTEOUT_AUDIO
Command:
SEND_COMMAND <DEV>,
"'?DANTEOUT_AUDIO"
Return:
DANTEOUT_AUDIO-<OFF||GROUP
1|GROUP 2|GROUP 3|GROUP 4>
Description:
Requests which audio output is
currently followed by the Dante
output port addressed by the D:P:S.
port={1-4}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?DANTEOUT_AUDIO”
Return:
DANTEOUT_AUDIO-OFF
124
DANTEOUT_NAME
Command:
SEND_COMMAND <DEV>,
“‘AUDOUT_NAME-<name>'"
Return:
DANTEOUT_NAME-<name>
Description:
Sets the output name of the Dante
audio port addressed by the D:P:S to
<name>The <name> length is
limited to
31 characters
Valid characters are:
a-z // lower case letters
A-Z // upper case letters
0-9 // numeric
#.-_=+ // special characters hash,
period, dash, underscore, equal, plus
Command:
SEND_COMMAND
AUDIO_OUTPUT_1, “'
DANTEOUT_NAME-DANTE
OUT1"
Return:
DANTEOUT_NAME-DANTE
OUT1
125
?DANTEOUT_NAME
Command:
SEND_COMMAND <DEV>,
“‘?DANTEOUT_NAME'"
Return:
DANTEOUT_NAME-<name>
Description:
Requests the output name of the
Dante audio port addressed by the
D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“'?DANTEOUT_NAME'"
Return:
DANTEOUT_NAME-DANTE
OUT1