VXI VM4016 User Manual
Page 47
www.vxitech.com
VM4016 Programming
47
/* Reset to the default state */
status = vtvm4016_reset(instr_hndl);
if (status < VI_SUCCESS)
return status;
/* Function to enable the selected channels to cause interrupt */
status = vtvm4016_enable_disable_channels (instr_hndl,
vtvm4016_ENABLE_CHANNEL, channel_list, num_of_channels);
if (status < VI_SUCCESS)
return
vtvm4016_ERROR_MASK_OR_UNMASK_CHANNELS;