Interface IRegister64
Note: Keysight's VISA COM does not support a COM server for VXI. The IVxi-related interfaces are listed in this help file because they are included in the global VISA COM library.
Description
The IRegister64 interface provides a means of register access for INSTR and MEMACC session types.
Methods
|
Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces. |
|
|
Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces. |
|
|
Closes the resource. Sending the resource's COM object's reference count to zero (and thus destroying the object) also executes a close, but this method may be useful for environments with garbage collection or other facilities that make object lifetimes non-deterministic. |
|
|
Reads in an 8-bit value from the specified memory space (assigned memory base + offset). This function takes the
8-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in an 8-bit value from the specified memory space (assigned memory base + offset). This function takes the
8-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in an 16-bit value from the specified memory space (assigned memory base + offset). This function takes the
16-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in an 16-bit value from the specified memory space (assigned memory base + offset). This function takes the
16-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in a 32-bit value from the specified memory space (assigned memory base + offset). This function takes the 32-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in a 32-bit value from the specified memory space (assigned memory base + offset). This function takes the 32-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in a 64-bit value from the specified memory space (assigned memory base + offset). This function takes the 64-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Reads in a 64-bit value from the specified memory space (assigned memory base + offset). This function takes the 64-bit value from the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Opens the resource. This is the first method on IVisaSession or any of its derived interfaces to be called. In general, you will not call this method because you will use the Resource Manager to create resources. |
|
|
Locks the resource. |
|
|
Moves data from the specified source to the specified destination. The source and the destination can either be local memory or the offset of the interface with which this INSTR or MEMACC resource is associated. This operation uses the specified data width and address space. |
|
|
Moves data from the specified source to the specified destination. The source and the destination can either be local memory or the offset of the interface with which this INSTR or MEMACC resource is associated. This operation uses the specified data width and address space. |
|
|
Moves an 8-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 8-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves an 8-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 8-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves an 16-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 16-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves an 16-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 16-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves a 32-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 32-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves a 32-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 32-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves a 64-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 64-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves a 64-bit block of data from the specified memory space (assigned memory base + offset) to local memory.
This function reads the 64-bit value from the address space pointed to by space.
The offset must be a valid memory address in the space. |
|
|
Moves an 8-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 8-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves an 8-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 8-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves an 16-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 16-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves an 16-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 16-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves a 32-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 32-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves a 32-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 32-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves a 64-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 64-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Moves a 64-bit block of data from local memory to the specified memory space (assigned memory base + offset).
This function writes the 64-bit value to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes an 8-bit value to the specified memory space (assigned memory base + offset). This function takes the
8-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes an 8-bit value to the specified memory space (assigned memory base + offset). This function takes the
8-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes an 16-bit value to the specified memory space (assigned memory base + offset). This function takes the
16-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes an 16-bit value to the specified memory space (assigned memory base + offset). This function takes the
16-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes a 32-bit value to the specified memory space (assigned memory base + offset). This function takes the
32-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes a 32-bit value to the specified memory space (assigned memory base + offset). This function takes the
32-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes a 64-bit value to the specified memory space (assigned memory base + offset). This function takes the
64-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Writes a 64-bit value to the specified memory space (assigned memory base + offset). This function takes the
64-bit value and stores its contents to the address space pointed to by space. The offset must be a valid memory address in the space. |
|
|
Unlocks the resource |
Properties
|
A numeric version for this component. |
|
|
Indicates whether the destination address space uses Big Endian or Little Endian byte order. |
|
|
Used by the MoveOut functions to determine whether to do a block move or a FIFO read. |
|
|
The name of the hardware interface (GPIB, ASRL, etc.). |
|
|
The board number of the hardware interface. |
|
|
The type number of the hardware interface. |
|
|
The return value from the last method call on this interface. This property may be useful in Visual Basic, where positive return values, such as warnings and other non-error return values, cannot be retrieved. See the Return Values page for a list of positive return values. |
|
|
The current locking state of the interface. |
|
|
The option string corresponding to the current state of the resource. |
|
|
The programmatic ID that can be used by COM to create this object. |
|
|
The VISA resource name of the currently open resource. This name is the canonical version of the resource name and therefore may vary from the resource string used to open/init the resource. |
|
|
The session type string, such as "INSTR" or "INTFC". |
|
|
The ID number of the vendor of this software component. |
|
|
The name of the vendor of this software component. |
|
|
Indicates whether the source address space uses Big Endian or Little Endian byte order. |
|
|
Used by the MoveIn functions to determine whether to do a block move or a FIFO read. |
|
|
The VISA-defined version information for the specification version to which this component complies. |
|
|
The I/O timeout in milliseconds for I/O communication on this resource session. |