SDI3GLEVEL S3G SG

Description:

   SDI3GLEVEL controls the mapping of the 3G-SDI signal when decoding
   1080P50, 1080P59.94 and 1080P60 streams.  The 3G-SDI signal can be mapped
   to Level A or Level B Dual Link.  The mapping is individually configurable
   for each set of outputs (SDI and SDIALT).  If 3G-SDI output does not appear
   on the downstream device, the device may not support the currently configured
   mapping mode.  Use SDI3GLEVEL to change the mapping mode.

Form:

  Command Handler: DCMD
  SDI3GLEVEL|S3G|SG [INDEX] [LEVEL]

   [INDEX]: This is the SDI 3G index that the level should be applied to.

       0= SDI
       1= SDIALT

   [LEVEL]: This is the SDI 3G level that should be applied.

       0= A
       1= B

Response:

  SDI3GLEVEL 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 3G levels for SDI and SDIALT
*.DCMD S3G
OK
Sdi3gLevel=A
SdiAlt3gLevel=B

Get current 3G level for SDI
*.DCMD S3G SDI
OK
Sdi3gLevel=A

Get current 3G level for SDIALT
*.DCMD S3G SDIALT
OK
SdiAlt3gLevel=B

Set SDI 3G level to B
*.DCMD S3G SDI B

Set SDIALT 3G level to A
*.DCMD S3G SDIALT A

Terse:
Get current 3G levels for SDI and SDIALT
*.DCMD SG
{"sdi3glevel": 0, "sdialt3glevel":1}

Get current 3G level for SDI
*.DCMD SG 0
0

Get current 3G level for SDIALT
*.DCMD SG 1
1

Set SDI 3G level to B
*.DCMD SG 0 1

Set SDI_ALT 3G level to A
*.DCMD SG 1 0

Notes:

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