22 _7300_do_pg_stop, Description, Syntax – ADLINK PCI-7300A User Manual

Page 98: Argument, Return code, Description @ syntax @ argument @ return code

Advertising
background image

86

C/C++ Libraries

5.22 _7300_DO_PG_Stop

@ Description

This function is used to stop the pattern generation operation.
After executing this function, the _7300_DO_PG_Start function is
stopped.

@ Syntax

Visual C/C++ (Windows 95)

int W_7300_DO_PG_Stop (int card_number)

Visual Basic (Windows 95)

W_7300_DO_PG_Stop (ByVal card_number As Long) As

Long

C/C++ (DOS)

int _7300_DO_PG_Stop (int card_number)

@ Argument

card_number:The card number of the PCI-7300A card.

@ Return Code

NoError
PCICardNumErr
PCICardNotInit

Advertising