GX5295, File
Returns the specified Auxiliary channel connections to the timing output signals.
DioGetAuxiliaryToTimingOutput (nHandle, nAuxChannel, pdwOutputSignal, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Board or File board handle. |
nAuxChannel |
SHORT |
Specified Auxiliary Pin Electornics channel in the DIO board, channel can be as follows:1000 DIO_AUX_CHANNEL_0: Auxiliary Pin Electronics channel 0.1001 DIO_AUX_CHANNEL_1: Auxiliary Pin Electronics channel 1.1002 DIO_AUX_CHANNEL_2: Auxiliary Pin Electronics channel 2.1003 DIO_AUX_CHANNEL_3: Auxiliary Pin Electronics channel 3. |
pdwOutputSignal |
PDWORD |
The Auxiliary channel can be connected to configured to any of the following timing signals:
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
Using the auxiliary channels capabilities of programmed output levels and skew delays the user can better conditioning those signals to meet his UUT requirements.
The following example returns Auxiliary channel 0 connections to the timing output signal:
DWORD dwOutputSignal;
DioGetAuxiliaryToTimingOutput (nHandle, DIO_AUX_CHANNEL_0, &dwOutputSignal, &nStatus);
DioSetupAuxiliaryToTimingInput, DioSetupAuxiliaryToTimingOutput, DioGetErrorString