SDIOUTSCALE SOS SO

Description:

   The SDI out scale configuration controls the format of the SDI output banks,
   SDI and SDIALT. Each bank has a unique configuration allowing simultaneous HD
   and SD output. When set to OFF, the native resolution is output. When set to SD,
   the output is down-scaled dependent upon the source format. If the source
   format is 50Hz, the output will be down-scaled to PAL (720x576@50Hz). If the
   source format is 59.94 Hz, the output will be down-scaled to NTSC (720x480@59.94Hz).
   Please note that there will be a 1 frame delay in the down-scaled output. Audio
   synchronization is accounted for automatically on scaled outputs.

Form:

  Command Handler: DCMD
  SDIOUTSCALE|SOS|SO [INDEX] [SETTING]

   [INDEX]: This is the SDI out scale index that the setting should be applied to.

       0= SDI
       1= SDI_ALT

   [SETTING]: This is the SDI out scale setting that should be applied.

       0= OFF
       1= SD

Response:

  SDIOUTSCALE RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
             "\r\n" concludes modify responses (empty line)

Examples:

Verbose:
Get current out scale settings for SDI and SDIALT
*.DCMD SOS
OK
SdiOutScale=SD
SdiAltOutScale=OFF

Get current out scale setting for SDI
*.DCMD SOS SDI
OK
SdiOutScale=SD

Get current out scale setting for SDIALT
*.DCMD SOS SDIALT
OK
SdiAltOutScale=OFF

Set SDI out scale setting to SD
*.DCMD SOS SDI SD

Set SDI_ALT out scale setting to OFF
*.DCMD SOS SDIALT OFF

Terse:
Get current out scale settings for SDI and SDIALT
*.DCMD SO
0 1

Get current out scale setting for SDI
*.DCMD SO 0
0

Get current out scale setting for SDIALT
*.DCMD SO 1
1

Set SDI out scale setting to SD
*.DCMD SO 0 1

Set SDI_ALT out scale setting to OFF
*.DCMD SO 1 0

Notes:

   This setting will be applied on startup.
Created By: Adtec Digital