Sends a Word Serial TRIGGER command to the specified Message Based VXI device.
[ lStatus = ] VxiTrig ( lLA )
The VxiTrig procedure syntax has the following parts:
|
Name |
Type |
Description |
|
lStatus |
Long |
Status |
|
lLA |
Val Long |
Device logical address |
The lLA contains the logical address of the device and may be obtained using the GetDriverAddress function.
If lStatus is negative, an error has occurred. Otherwise, the function is successful.
The following command triggers the VXI device at Logical Address 5:
VxiTrig(5)