112
NO Command Syntax Example
Description:
Sets the frequency, if any, of a test
tone for the audio port addressed by
the D:P:S.
Variables:
frequency={off, 60Hz, 250Hz, 400Hz,
1KHz, 3KHz, 5KHz, 10KHz, PINK
NOISE, WHITE NOISE}
83 ?AUDOUT_TESTTONE
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_TESTTONE"
Return:
AUDOUT_TESTTONE-<frequency>
Description:
Requests the current frequency of
test tone for the audio port
addressed by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_TESTTONE’
”
Return:
AUDOUT_TESTTONE-off
84
AUDOUT_VOLUME
VOLUME
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_VOLUME-<value>'"
Return:
AUDOUT_VOLUME-<value>
Description:
Sets the volume on the audio output
addressed by the D:P:S to <value>.
Variables:
Value= {0~100}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_VOLUME-100
’”
Return:
AUDOUT_VOLUME-100
85
?AUDOUT_VOLUME
?VOLUME
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_VOLUME"
Return:
AUDOUT_VOLUME-<value>
Description:
Requests the volume setting of the
audio output port addressed by the
D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_VOLUME’”
Return:
AUDOUT_VOLUME-100