52
SETTINGS.XML SUMMARY
Setting the Active Schedule
Tag Name: <schedule>
Description: Sets the active schedule.
Attributes: activeSchedule
Example:
DisplayConguration
Tag Name: <display>
Description: Sets the output resolution and enables / disables underscan.
Attributes: output
videoReduceSize
Example:
Notes: In the example above, 1080i is the output resolution. All
available output resolutions are listed below the output
attribute. Both NTSC and PAL formats are supported.
The videoReduceSize attribute enables / disables
underscan mode. In this example, underscan is enabled.
Set the videoReduceSize attribute to ”disable”to
bypass underscan mode.
<schedule>
<activeSchedulevalue=”/schedules/
schedule.gsh”/>
</schedule>
<display>
<outputvalue=”NTSC1080I”/>
<NTSC720P/>
<NTSC1080I/>
<NTSC1080P/>
<PAL720P/>
<PAL1080I/>
<PAL1080P/>
<videoReduceSizevalue=”enable”/>
<disable/>
<enable/>
</display>