7.LW3Programmer'sReference
HDMI-TPS-TX200series–User'sManual
96
Appliedfirmwarepackage:v1.3.2b3 | LDCsoftware:v2.5.7b2
7.7.13.
Muting an Output Port
Command and Response
ç
CALL·/MEDIA/AUDIO/XP:muteDestination(
<out>
)
æ
mO·/MEDIA/AUDIO/XP:muteDestination
Example
ç
CALL/MEDIA/AUDIO/XP:muteDestination(O1;O2)
æ
mO/MEDIA/AUDIO/XP:muteDestination
7.7.14.
Unmuting Output
Command and Response
ç
CALL·/MEDIA/AUDIO/XP:unmuteDestination(
<out>
)
æ
mO·/MEDIA/AUDIO/XP:unmuteDestination
Example
ç
CALL/MEDIA/AUDIO/XP:unmuteDestination(O2)
æ
mO/MEDIA/AUDIO/XP:unmuteDestination
7.7.15.
Locking an Output Port
Command and Response
ç
CALL·/MEDIA/AUDIO/XP:lockDestination(
<out>
)
æ
mO·/MEDIA/AUDIO/XP:lockDestination
Example
ç
CALL/MEDIA/AUDIO/XP:lockDestination(O1)
æ
mO/MEDIA/AUDIO/XP:lockDestination
7.7.16.
Unlocking an Output Port
Command and Response
ç
CALL·/MEDIA/AUDIO/XP:unlockDestination(
<out>
)
æ
mO·/MEDIA/AUDIO/XP:unlockDestination
Example
ç
CALL/MEDIA/AUDIO/XP:unlockDestination(O1)
æ
mO/MEDIA/VIDEO/XP:unlockDestination
7.7.17.
Analog Audio Input Level Settings
INFO:
Thefollowingcommandsrefertotheanalogaudioinputonly.
7.7.17.1. Querying the Volume (Exact Value)
Command and Response
ç
GET·/MEDIA/AUDIO/
<in>
.VolumedB
æ
pw·/MEDIA/AUDIO/
<in>
.VolumedB=
<level>
Parameters
The response
<value>
is in dB.
Example
ç
GET/MEDIA/AUDIO/I5.VolumedB
æ
pw/MEDIA/AUDIO/I5.VolumedB=-15.000
7.7.17.2.
Setting the Volume (Exact Value)
Command and Response
ç
SET·/MEDIA/AUDIO/
<in>
.VolumedB=
<level>
æ
pw·/MEDIA/AUDIO/
<in>
.VolumedB=
<level>
Parameters
The input volume
<level>
(attenuation)canbesetbetween-95.625dBand0dBinstepof-0.375dB.The
value is rounded up if necessary to match with the step value.
Example
ç
SET/MEDIA/AUDIO/I5.VolumedB=-20
æ
pw/MEDIA/AUDIO/I5.VolumedB=-20.000
TIPSANDTRICKS:
Thevolumecanbealsosetbyastepvaluecallingthe
stepVolumedB
method.
7.7.17.3. Querying the Volume (in Percentage)
Command and Response
ç
GET·/MEDIA/AUDIO/
<in>
.VolumePercent
æ
pw·/MEDIA/AUDIO/
<in>
.VolumePercent=
<vol_percent>
Parameters
The response
<vol_percent>
isinpercentage.
Example
ç
GET/MEDIA/AUDIO/I5.VolumePercent
æ
pw/MEDIA/AUDIO/I5.VolumePercent=100.00