
Document type:
Title:
Revision date:
Revision:
User's Manual (MUT)
Mod. V2718 VME PCI Optical Link Bridge
03/07/2018
11
NPO:
Filename:
Number of pages:
Page:
00106/03:V2718.MUTx/11
V2718_REV11.DOC
79
65
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
S O U R C E S E L E C T I O N
cvVMESignals
cvCoincidence
cvMiscSignals
cvManualSW
OUT
PUT
0
DS
Input Coinc.
Pulser A
Manual/SW
1
AS
Input Coinc.
Pulser A
Manual/SW
2
DTACK
Input Coinc.
Pulser B
Manual/SW
3
BERR
Input Coinc.
Pulser B
Manual/SW
4
LMON
Input Coinc.
Scaler end
Manual/SW
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).