GX5295, File
Sets the specified Auxiliary channel connections to the timing output signals.
DioSetupAuxiliaryToTimingOutput (nHandle, nAuxChannel, dwOutputSignal, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Board or File board handle. |
nAuxChannel |
SHORT |
Specified Auxiliary Pin Electronics 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. |
dwOutputSignal |
DWORD |
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 sets Auxiliary channel 0 connections Clock Out:
DioSetupAuxiliaryToTimingOutput (nHandle, DIO_AUX_CHANNEL_0, DIO_AUX_TO_CLOCK_OUT, &nStatus);
DioGetAuxiliaryToTimingInput, DioGetAuxiliaryToTimingOutput, DioGetErrorString