Keysight VISA.NET Help
KeysightAttributeInt64 Enumeration



Defines a list of standard (native) VISA C 64-bit integer attributes and Keysight-specific VISA C attributes. The value assigned to each member matches the value assigned to the corresponding VISA C attribute.
Syntax
'Declaration
 
Public Enum KeysightAttributeInt64 
   Inherits System.Enum
'Usage
 
Dim instance As KeysightAttributeInt64
public enum KeysightAttributeInt64 : System.Enum 
public enum class KeysightAttributeInt64 : public System.Enum 
Members
MemberDescription
AsyncReturnCount64A standard VISA read-only attribute with value 0x3fff4028 (VI_ATTR_RET_COUNT_64). This attribute is for internal use only, applies to Asynchronous IO results, and cannot be accessed with GetAttributeInt64. The recommended and only way to access this value in VISA.NET is to use the AsynchronousIOResult.Count property.
MemoryBase64A standard VISA read-only attribute with value 0x3fff00d0 (VI_ATTR_MEM_BASE_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the corresponding VxiSession.MemoryBase property.
MemorySize64A standard VISA read-only attribute with value 0x3fff00d1 (VI_ATTR_MEM_SIZE_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the VxiSession.MemorySize property.
PxiMemoryBase64Bar0A standard VISA read-only attribute with value 0x3fff0229 (VI_ATTR_PXI_MEM_BASE_BAR1_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar0 property.
PxiMemoryBase64Bar1A standard VISA read-only attribute with value 0x3fff0228 (VI_ATTR_PXI_MEM_BASE_BAR0_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar1 property.
PxiMemoryBase64Bar2A standard VISA read-only attribute with value 0x3fff022a (VI_ATTR_PXI_MEM_BASE_BAR2_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar2 property.
PxiMemoryBase64Bar3A standard VISA read-only attribute with value 0x3fff022b (VI_ATTR_PXI_MEM_BASE_BAR3_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar3 property.
PxiMemoryBase64Bar4A standard VISA read-only attribute with value 0x3fff022c (VI_ATTR_PXI_MEM_BASE_BAR4_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar4 property.
PxiMemoryBase64Bar5A standard VISA read-only attribute with value 0x3fff022d (VI_ATTR_PXI_MEM_BASE_BAR5_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemBaseBar5 property.
PxiMemorySize64Bar0A standard VISA read-only attribute with value 0x3fff0238 (VI_ATTR_PXI_MEM_SIZE_BAR0_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar0 property.
PxiMemorySize64Bar1A standard VISA read-only attribute with value 0x3fff0239 (VI_ATTR_PXI_MEM_SIZE_BAR1_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar1 property.
PxiMemorySize64Bar2A standard VISA read-only attribute with value 0x3fff023a (VI_ATTR_PXI_MEM_SIZE_BAR2_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar2 property.
PxiMemorySize64Bar3A standard VISA read-only attribute with value 0x3fff023b (VI_ATTR_PXI_MEM_SIZE_BAR3_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar3 property.
PxiMemorySize64Bar4A standard VISA read-only attribute with value 0x3fff023c (VI_ATTR_PXI_MEM_SIZE_BAR4_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar4 property.
PxiMemorySize64Bar5A standard VISA read-only attribute with value 0x3fff023d (VI_ATTR_PXI_MEM_SIZE_BAR5_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the PxiSession.MemSizeBar5 property.
WindowBaseAddress64A standard VISA read-only attribute with value 0x3fff009b (VI_ATTR_WIN_BASE_ADDR_64). Use with IKeysightNativeVisaSession.GetAttributeInt64 for VXI and PXI message-based instrument and memory access sessions. There is no corresponding property in VISA.NET.
WindowSize64A standard VISA read-only attribute with value 0x3fff009c (VI_ATTR_WIN_SIZE_64). Use with IKeysightNativeVisaSession.GetAttributeInt64 for VXI and PXI message-based instrument and memory access sessions. There is no corresponding property in VISA.NET.
Remarks

Use this enumeration to supply legal values to the GetAttributeInt64 method defined in the IKeysightNativeVisaSession interface. All session classes derive from this interface, and so may be cast to this interface. There are several overloads of the IKeysightNativeVisaSession.GetAttributeInt64 method in this interface. To minimize the potential for error, Keysight recommends using the overload that uses this enumeration.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Keysight.Visa.KeysightAttributeInt64

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Keysight.Visa Namespace

 

 


© Keysight Technologies 2015-2025