APPENDIX B
REMOTELY MANAGING THE DISPLAY
90
To identify the current value of a setting
Use a
get
command.
This example shows how to get the volume:
>get volume
volume=55
>
To assign a value to a setting
Use a
set
command.
This example sets the volume to 65:
>set volume=65
volume=65
>
To increase or decrease the value of a setting
Use the
set
command to increase or decrease the value by a designated number.
This example increases the volume by 5:
>set 5
volume=70
>
This example decreases the volume by 15:
>set volume-15
volume=55
>
To identify or assign a value for a specific display
Start the command with
[Display]
,@
, where
[Display]
is the display you want to apply the
command to.