| Keysight.Visa Namespace : KeysightAttributeInt64 Enumeration |
'DeclarationPublic Enum KeysightAttributeInt64 Inherits System.Enum
'UsageDim instance As KeysightAttributeInt64
public enum KeysightAttributeInt64 : System.Enum
public enum class KeysightAttributeInt64 : public System.Enum
| Member | Description |
|---|---|
| AsyncReturnCount64 | A 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. |
| MemoryBase64 | A 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. |
| MemorySize64 | A standard VISA read-only attribute with value 0x3fff00d1 (VI_ATTR_MEM_SIZE_64). Use with IKeysightNativeVisaSession.GetAttributeInt64, or (recommended) use the VxiSession.MemorySize property. |
| PxiMemoryBase64Bar0 | A 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. |
| PxiMemoryBase64Bar1 | A 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. |
| PxiMemoryBase64Bar2 | A 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. |
| PxiMemoryBase64Bar3 | A 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. |
| PxiMemoryBase64Bar4 | A 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. |
| PxiMemoryBase64Bar5 | A 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. |
| PxiMemorySize64Bar0 | A 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. |
| PxiMemorySize64Bar1 | A 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. |
| PxiMemorySize64Bar2 | A 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. |
| PxiMemorySize64Bar3 | A 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. |
| PxiMemorySize64Bar4 | A 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. |
| PxiMemorySize64Bar5 | A 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. |
| WindowBaseAddress64 | A 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. |
| WindowSize64 | A 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. |
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.
System.Object
System.ValueType
System.Enum
Keysight.Visa.KeysightAttributeInt64
Current with Keysight IO Libraries Suite 18