980 DP Video Generator - User Guide Rev. A4
Page 187 July 14, 2014
Enables or disables activation of alternate versions of test images if they have alternate versions. Takes no parameters.
Query returns the current setting.
IMGL graysall // loads the SlideBox image
ISUB 1 // enables alternate versions of the image
IVER 1 // activates the first version of an image
IMGU // invokes the image and image version.
ISUB 0 // disables alternate versions of the image
Enables or disables activation of alternate versions of test images if they have alternate versions. Takes no parameters.
Query returns the current setting.
IMGL graysall // loads the SlideBox image
ISUB 1 // enables alternate versions of the image
IVER 100 // activates the 100th version of the image
IMGU // invokes the image and image version.
Sets the number of bits per component on HDMI. Valid values are: 8 = 8 bits per component; 10 = 10 bits per component; 12
= 12 bits per component. Only affects output when color space is RGB or YCbCr 4:4:4.
Requires FMTU or ALLU to activate.
Query returns the current setting of the number of bits per component.
Example:
NBPC 12 // sets the component bit depth to 12 bits
NBPC? // returns the current value.
Sets the enable gate of video output. (This is defaulted to 1 – only set to 0 to disable video when absolutely necessary.)
Requires FMTU or ALLU to activate.
Query returns the current setting for the enable gate for the video.
Example:
OUTG 1 // enables the outputs.
OUTG? // returns the current setting.
Enables red/green/blue, respectively. (Also see XVSG.)
Requires FMTU or ALLU to activate.
Query returns the current setting for enabling red, green, blue video.
Examples:
REDG 1 // enables the red output channel.
GRNG 0 // disables the green output channel.
BLUG 1 // enables the blue output channel.
BLUG? // returns the current setting.