VISA Move Function

Owning Palette: Register Access Functions

Requires: Base Development System

Moves length elements of the given source width from the specified source address space and offset to the specified destination address space and offset.

Details  

 Add to the block diagram  Find on the palette
source width specifies the width of the source data. This input accepts the following values.

18-bit
216-bit (default)
432-bit
source space specifies the address space of the data to be moved. Refer to the table listed under address space in the VISA In 8 function for more information.

1VXI/VME A16
2VXI/VME A24
3VXI/VME A32
4VXI/VME A64
VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.
source offset is the offset (in bytes) of the device to read from. It is the offset address relative to the device's allocated address base for the corresponding specified address space. For example, if source space specifies VXI/VME A16, source offset specifies the offset from the logical address base address of the VXI device specified. If source space specifies VXI/VME A24, A32, or A64, source offset specifies the offset from the base address of the VXI device's memory space allocated by the VXI Resource Manager within VXI A24 or A32.
length specifies the number of elements to move.
dest offset is the offset, in bytes, of the destination device.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
dest space specifies the address space of the destination. Refer to the table listed under source space for more information.
dest width specifies the width of the destination data. If dest width is not wired, it will be the same as the source width. This input accepts the following values.

18-bit
216-bit (default)
432-bit
VISA resource name out is a copy of the VISA resource name that VISA functions return.
error out contains error information. This output provides standard error out functionality.

VISA Move Details

Note   This function does not accept all classes of VISA sessions. Valid VISA session classes include GPIB-VXI INSTR, GPIB-VXI MEMACC, VXI INSTR, and VXI MEMACC.