GxFpga3571SetAdvancedMode

Purpose

Sets the board’s advanced mode.

Syntax

GxFpga3571SetAdvancedMode (nHandle, ucMode, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3500 board.
ucMode
BYTE
The mode can be as follows:
0.   Off.
1.   On.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

When the GX3571’s advanced mode is turned on, the user-specified modeline parameters will be used.  Modeline parameters can set using the GxFpga3571SetModeline function.  When advanced mode is off, default modeline parameters are used to generate the video.

Example

The following example turns on advanced mode for the GX3571:

 

GxFpga3571GetAdvancedMode (nHandle, 0x1, &nStatus);

 

See Also

GxFpga3571GetAdvancedMode, GxFpga3571SetModeline, GxFpga3571ResetModeline, GxFpgaGetErrorString