4.3.37. CAENVME_GetBusReqLevel
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The type of VME bus requester priority level
(see CVBusReqLevels enum).
Returns:
An error code about the execution of the function.
Description:
The function reads the VME bus requester priority level implemented on the
module.
CAENVME_API
CAENVME_GetBusReqLevel(long Handle, CVBusReqLevels *Value).
4.3.38. CAENVME_GetTimeout
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The value of VME bus timeout (see CVVMETimeouts enum).
Returns:
An error code about the execution of the function.
Description:
The function reads the specified VME bus timeout setting of the module.
CAENVME_API
CAENVME_GetTimeout(long Handle, CVVMETimeouts *Value).
4.3.39. CAENVME_GetFIFOMode
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The FIFO mode read setting.
Returns:
An error code about the execution of the function.
Description:
The function reads whether the auto increment of the VME addresses during
the block transfer cycles is enabled (0) or disabled (!=0).
CAENVME_API
CAENVME_GetFIFOMode(long Handle, short *Value).