VxiClear Procedure

Sends a Word Serial CLEAR command to the specified message-based VXI device.

Syntax

[ lStatus = ] VxiClear ( lLA )

The VxiClear 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.

Examples

The following command clears the VXI device at logical address 5:

VxiClear(5)

See Also

VxiCommand