4.3.31. CAENVME_SetBusReqLevel
Parameters:
[in] Handle : The handle that identifies the device.
[in] Value : The type of VME bus requester priority level to set
(see CVBusReqLevels enum).
Returns:
An error code about the execution of the function.
Description:
The function sets the specified VME bus requester priority level on the
module.
CAENVME_API
CAENVME_SetBusReqLevel(long Handle, CVBusReqLevels Value).
4.3.32. CAENVME_SetTimeout
Parameters:
[in] Handle: The handle that identifies the device.
[in] Value: Value of VME bus timeout to set (see CVVMETimeouts enum).
Returns:
An error code about the execution of the function.
Description:
The function sets the specified VME bus timeout on the module.
CAENVME_API
CAENVME_SetTimeout(long Handle, CVVMETimeouts Value).
4.3.33. CAENVME_SetFIFOMode
Parameters:
[in] Handle : The handle that identifies the device.
[in] Value : Enable/disable the FIFO mode.
Returns:
An error code about the execution of the function.
Description:
The function enables/disables the auto increment of the VME addresses
during the block transfer cycles. With the FIFO mode enabled the
addresses are not incremented.
CAENVME_API
CAENVME_SetFIFOMode(long Handle, short Value).