Programming
89
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDMIC_PHANTOM_PWR
Enables or disables phantom power for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_PHANTOM_PWR-<setting>'"
Variable:
setting = on, off
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_PHANTOM_PWR-on'"
Allows phantom power for the microphone port (#1 based on D:P:S).
?AUDMIC_PREAMP_GAIN
Requests the pre-amplifier gain setting on the specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_PREAMP_GAIN'"
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_PREAMP_GAIN'"
Returns a COMMAND string of the form:
AUDMIC_PREAMP_GAIN-<gain>
AUDMIC_PREAMP_GAIN
Sets the pre-amplifier gain on the specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_PREAMP_GAIN-<gain>'"
Variables:
gain = 0-100. The units are in %.
Example:
SEND_COMMAND MIC_1,"'AUDMIC_PREAMP_GAIN-50'"
Sets the pre-amplifier gain for the microphone port (#1 based on D:P:S) to 50%.
?AUDMIC_STEREO
Requests the microphone port(s) that is/are in use.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_STEREO'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_STEREO'"
Returns a COMMAND string of the form:
AUDMIC_STEREO-<option>
AUDMIC_STEREO
Sets the microphone to be used by the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_STEREO-<option>'"
Variable:
option = "dual mono" or "single stereo"
Example:
SEND_COMMAND MIC_1, "'AUDMIC_STEREO-single stereo'"
Sets the microphone port (#1 based on the D:P:S) to use both the microphone inputs as
dual mono.
?AUDOUT_BALANCE
Request the current balance setting for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_BALANCE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_BALANCE'"
Returns a COMMAND string of the form:
AUDOUT_BALANCE-<balance>
AUDOUT_BALANCE
Sets the left and right balance for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_BALANCE-<balance>'"
Variable:
balance = -20 to 20 in dB.
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE-5'"
Sets the balance to favor the right speaker for audio output port (#1 based on D:P:S) to
5dB.
?AUDOUT_DELAY
Requests the current delay for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DELAY'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DELAY'"
Returns a COMMAND string of the form:
AUDOUT_DELAY-<delay>
Audio SEND_COMMANDs