xPCI-3009 API
|
Functions | |
_INT_ | i_PCI3009_SetChronoChlOn (DWORD_ dw_BoardHandle, BYTE_ b_OutputChannel) |
_INT_ | i_PCI3009_SetChronoChlOff (DWORD_ dw_BoardHandle, BYTE_ b_OutputChannel) |
_INT_ i_PCI3009_SetChronoChlOn | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_OutputChannel | ||
) |
Sets the output witch has been passed with the parameter b_Channel. Setting an output means setting an output high.
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_OutputChannel | : Selection from digital output channel (0 to 2) 0 : Channel H 1 : Channel A 2 : Channel B |
_INT_ i_PCI3009_SetChronoChlOff | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_OutputChannel | ||
) |
Resets the output witch has been passed with the parameter b_Channel. Reseting an output means setting an output low.
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_OutputChannel | : Selection from digital output channel (0 to 2) 0 : Channel H 1 : Channel A 2 : Channel B |