DO_PGStop Previous topicNext topicFirst topicLast topic

DO_PGStop

@ Description

This function stops pattern generation for digital output operation.

@ Cards Support

7300A

@ Syntax

I16 DO_PGStop (U16 CardNumber)

@ Parameter

CardNumber : The card id of the card that want to perform this operation.

@ Return Code

NoError, ErrorInvalidCardNumber, ErrorCardNotRegistered, ErrorFuncNotSupport
 


Note: Because the scatter-gather mechanism used by PCI7300A, the memory space allocated in your process will be locked before passing the virtual address to the device drivers, and be unlocked after the data acquisition is completed. However, Linux does not give the permission of mlock/munlock to everyone. Only the processes with root privilege can lock/unlock the memory. If your process call this function for PCI7300A_RevA or PCI7300A_RevB, it must have the root privilege.