VxiTrig Procedure

Sends a Word Serial TRIGGER command to the specified Message Based VXI device.

Syntax

[ lStatus = ] VxiTrig ( lLA )

The VxiTrig procedure syntax has the following parts:

 

Name

Type

Description

lStatus

Long

Status

lLA

Val Long

Device logical address

Comments

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.

Example

The following command triggers the VXI device at Logical Address 5:

VxiTrig(5)

See Also

VxiCommand