4.3.18. CAENVME_SetOutputConf
Parameters:
[in] Handle : The handle that identifies the device.
[in] OutSel : The ouput line to configure (see CVOutputSelect enum).
[in] OutPol : The output line polarity (see CVIOPolarity enum).
[in] LEDPol : The output LED polarity (see CVLEDPolarity enum).
[in] Source : The source signal to propagate to the output line (see
CVIOSources enum).
Returns:
An error code about the execution of the function.
Description:
The function permits to configure the output lines of the module. It can
be specified the polarity for the line and for the LED. The output line
source depends on the line as figured out by the following table:
Table 4.1: Source selection
CAENVME_API
CAENVME_SetOutputConf(long Handle, CVOutputSelect OutSel, CVIOPolarity OutPol,
CVLEDPolarity LEDPol, CVIOSources Source).l
4.3.19. CAENVME_SetInputConf
Parameters:
[in] Handle : The handle that identifies the device.
[in] InSel : The input line to configure (see CVInputSelect enum).
[in] InPol : The input line polarity (see CVIOPolarity enum).
[in] LEDPol : The output LED polarity (see CVLEDPolarity enum).
Returns:
An error code about the execution of the function.
Description:
The function permits to configure the input lines of the module. It can
be specified the polarity for the line and for the LED.
CAENVME_API
CAENVME_SetInputConf(long Handle, CVInputSelect InSel, CVIOPolarity InPol,
CVLEDPolarity LEDPol).