Returns whether the board is in advanced mode.
GxFpga3571GetAdvancedMode (nHandle, pucMode, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3500 board. |
pucMode |
PBYTE |
The mode can be as follows: 0. Off. 1. On. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
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.
The following example reads the state of the advanced mode into ucMode:
BYTE ucMode;
GxFpga3571GetAdvancedMode (nHandle, &ucMode, &nStatus);
GxFpga3571SetAdvancedMode, GxFpga3571SetModeline, GxFpga3571ResetModeline, GxFpgaGetErrorString