Keysight VISA.NET Help
KeysightAttributeInt16 Enumeration



Defines a list of standard (native) VISA C 16-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 KeysightAttributeInt16 
   Inherits System.Enum
'Usage
 
Dim instance As KeysightAttributeInt16
public enum KeysightAttributeInt16 : System.Enum 
public enum class KeysightAttributeInt16 : public System.Enum 
Members
MemberDescription
CommanderLogicalAddressA standard VISA read-only attribute with value 0x3fff006b (VI_ATTR_CMDR_LA). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.CommanderLogicalAddress property.
DestinationAccessA standard VISA read/write attribute with value 0x3fff0039 (VI_ATTR_DEST_ACCESS_PRIV). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.DestinationAccessPrivilege property.
DestinationByteOrderA standard VISA read/write attribute with value 0x3fff003a (VI_ATTR_DEST_BYTE_ORDER). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.DestinationByteOrder property.
FastDataChannelA standard VISA read/write attribute with value 0x3fff000d (VI_ATTR_FDC_CHNL). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.FastDataChannelNumber property.
FastDataChannelModeA standard VISA read/write attribute with value 0x3fff000f (VI_ATTR_FDC_MODE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.FastDataChannelUseStreaming property.
GpibAddressedStateA standard VISA read-only attribute with value 0x3fff005c (VI_ATTR_GPIB_ADDR_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.AddressState property.
GpibAtnStateA standard VISA read-only attribute with value 0x3fff0057 (VI_ATTR_GPIB_ATN_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.AtnState property.
GpibHS488CableLengthA standard VISA read/write attribute with value 0x3fff0069 (VI_ATTR_GPIB_HS488_CBL_LEN). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.HS488CableLength property.
GpibNdacStateA standard VISA read-only attribute with value 0x3fff0062 (VI_ATTR_GPIB_NDAC_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.NdacState property.
GpibPrimaryAddressA standard VISA read/write attribute with value 0x3fff0172 (VI_ATTR_GPIB_PRIMARY_ADDR). Use with IKeysightNativeVisaSession.GetAttributeInt16 and (when writable) IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.PrimaryAddress or GpibSession.PrimaryAddress property, depending on the session type.
GpibRenStateA standard VISA read-only attribute with value 0x3fff0181 (VI_ATTR_GPIB_REN_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.RenState or GpibSession.RenState property, depending on the session type.
GpibSecondaryAddressA standard VISA read/write attribute with value 0x3fff0173 (VI_ATTR_GPIB_SECONDARY_ADDR). Use with IKeysightNativeVisaSession.GetAttributeInt16 and (when writable) IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.SecondaryAddress or GpibSession.SecondaryAddress property, depending on the session type.
GpibSrqStateA standard VISA read-only attribute with value 0x3fff0067 (VI_ATTR_GPIB_SRQ_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.SrqState property.
InterfaceNumberA standard VISA read-only attribute with value 0x3fff0176 (VI_ATTR_INTF_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VisaSession.HardwareInterfaceNumber property, available for all session types.
InterfaceParentNumberA standard VISA read-only attribute with value 0x3fff0101 (VI_ATTR_INTF_PARENT_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16 for VXI message-based instrument and memory access sessions. There is no corresponding property in VISA.NET.
InterfaceTypeA standard VISA read-only attribute with value 0x3fff0171 (VI_ATTR_INTF_TYPE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VisaSession.HardwareInterfaceType property, available for all session types.
IOProtocolA standard VISA read/write attribute with value 0x3fff001c (VI_ATTR_IO_PROT). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding GpibInterfaceSession.IOProtocol or MessageBasedSession.IOProtocol (inherited by GPIB, Serial, TCPIP, TCPIP socket, USB, and VXI sessions) property, depending on the session type.
KeysightRemoteInterfaceTypeA Keysight-specific read-only VISA attribute with value 0x0fff001c (VI_AGATTR_REMOTE_INTF_TYPE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding TcpipSession.RemoteHardwareInterfaceType property. The attribute applies to TCPIP sessions on the local PC that are connected to another session on a remote PC.
MainframeLogicalAddressA standard VISA read-only attribute with value 0x3fff0070 (VI_ATTR_MAINFRAME_LA). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.ChassisLogicalAddress or VxiBackplaneSession.ChassisLogicalAddress properties, depending on the session type.
ManufacturerIdA standard VISA read-only attribute with value 0x3fff00d9 (VI_ATTR_MANF_ID). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.ManufacturerId, UsbSession.ManufacturerId, or VxiSession.ManufacturerId properties, depending on the session type.
MemorySpaceA standard VISA read-only attribute with value 0x3fff00de (VI_ATTR_MEM_SPACE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.MemorySpace property.
ModelCodeA standard VISA read-only attribute with value 0x3fff00df (VI_ATTR_MODEL_CODE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.ModelCode, UsbSession.ModelCode, or VxiSession.ModelCode properties, depending on the session type.
PxiActualLinkWidthA standard VISA read-only attribute with value 0x3fff0243 (VI_ATTR_PXI_ACTUAL_LWIDTH). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.ActualLinkWidth property.
PxiBackplaneDestinationTriggerBusA standard VISA read/write attribute with value 0x3fff020e (VI_ATTR_PXI_DEST_TRIG_BUS). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding PxiBackplaneSession.MapTrigger (any overload) and PxiBackplaneSession.UnmapTrigger methods.
PxiBackplaneSourceTriggerBusA standard VISA read/write attribute with value 0x3fff020d (VI_ATTR_PXI_SRC_TRIG_BUS). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding PxiBackplaneSession.MapTrigger (any overload) and PxiBackplaneSession.UnmapTrigger (any overload) methods.
PxiBusNumberA standard VISA read-only attribute with value 0x3fff0205 (VI_ATTR_PXI_BUS_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.BusNumber property.
PxiChassisA standard VISA read-only attribute with value 0x3fff0206 (VI_ATTR_PXI_CHASSIS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.ChassisNumber or PxiBackplaneSession.ChassisNumber property, depending on the session type.
PxiDeviceNumberA standard VISA read-only attribute with value 0x3fff0201 (VI_ATTR_PXI_DEV_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.DeviceNumber property.
PxiDStarBusA standard VISA read-only attribute with value 0x3fff0244 (VI_ATTR_PXI_DSTAR_BUS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.DstarBusNumber property.
PxiDStarSetA standard VISA read-only attribute with value 0x3fff0245 (VI_ATTR_PXI_DSTAR_SET). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.DstarLineSet property.
PxiFunctionNumberA standard VISA read-only attribute with value 0x3fff0202 (VI_ATTR_PXI_FUNC_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.FunctionNumber property.
PxiMaximumLinkWidthA standard VISA read-only attribute with value 0x3fff0242 (VI_ATTR_PXI_MAX_LWIDTH). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MaxLinkWidth property.
PxiMemoryTypeBar0A standard VISA read-only attribute with value 0x3fff0211 (VI_ATTR_PXI_MEM_TYPE_BAR0). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar0 property.
PxiMemoryTypeBar1A standard VISA read-only attribute with value 0x3fff0212 (VI_ATTR_PXI_MEM_TYPE_BAR1). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar1 property.
PxiMemoryTypeBar2A standard VISA read-only attribute with value 0x3fff0213 (VI_ATTR_PXI_MEM_TYPE_BAR2). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar2 property.
PxiMemoryTypeBar3A standard VISA read-only attribute with value 0x3fff0214 (VI_ATTR_PXI_MEM_TYPE_BAR3). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar3 property.
PxiMemoryTypeBar4A standard VISA read-only attribute with value 0x3fff0215 (VI_ATTR_PXI_MEM_TYPE_BAR4). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar4 property.
PxiMemoryTypeBar5A standard VISA read-only attribute with value 0x3fff0216 (VI_ATTR_PXI_MEM_TYPE_BAR5). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.MemTypeBar5 property.
PxiReceivedInterruptSequenceA standard VISA read-only attribute with value 0x3fff4240 (VI_ATTR_PXI_RECV_INTR_SEQ). This attribute applies to PXI interrupt events, and can be retrieved in Keysight VISA.NET by casting the event args returned by the PXI interrupt event to Ivi.Visa.INativeVisaEventArgs and then using Ivi.Visa.INativeVisaEventArgs.GetAttributeInt16 to return the value. However, the recommended way to access this value is to use the event arguments Ivi.Visa.PxiInterruptEventArgs.Sequence property.
PxiSlotLinkWidthA standard VISA read-only attribute with value 0x3fff0241 (VI_ATTR_PXI_SLOT_LWIDTH). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.SlotLinkWidth property.
PxiSlotLocalBusLeftA standard VISA read-only attribute with value 0x3fff0208 (VI_ATTR_PXI_SLOT_LBUS_LEFT). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.SlotLocalBusLeft property.
PxiSlotLocalBusRightA standard VISA read-only attribute with value 0x3fff0209 (VI_ATTR_PXI_SLOT_LBUS_RIGHT). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.SlotLocalBusRight property.
PxiSlotOffsetA standard VISA read only attribute with value 0x3fff0248 (VI_ATTR_PXI_SLOT_OFFSET). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.SlotOffset property.
PxiSlotWidthA standard VISA read only attribute with value 0x3fff0247 (VI_ATTR_PXI_SLOT_WIDTH). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.SlotWidth property.
PxiStarTriggerBusA standard VISA read-only attribute with value 0x3fff020b (VI_ATTR_PXI_STAR_TRIG_BUS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.StarTriggerBus property.
PxiStarTriggerLineA standard VISA read-only attribute with value 0x3fff020c (VI_ATTR_PXI_STAR_TRIG_LINE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.StarTriggerLine property.
PxiTriggerBusA standard VISA read only attribute with value 0x3fff020a (VI_ATTR_PXI_TRIG_BUS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.TriggerBus property.
ReadBufferOperationModeA standard VISA read/write attribute with value 0x3fff002a (VI_ATTR_RD_BUF_OPER_MODE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16 for GPIB, Serial, TCPIP, USB, and VXI sessions, GPIB interface sessions, and TCPIP socket sessions. There is no corresponding property in VISA.NET.
ReceivedInterruptLevelA standard VISA read-only attribute with value 0x3fff4041 (VI_ATTR_RECV_INTR_LEVEL). This attribute applies to VXI interrupt events, and can be retrieved in Keysight VISA.NET by casting the event args returned by the VXI interrupt event to Ivi.Visa.INativeVisaEventArgs and then using Ivi.Visa.INativeVisaEventArgs.GetAttributeInt16 to return the value. However, the recommended way to access this value is to use the event arguments Ivi.Visa.VxiInterruptEventArgs.IrqLevel property.
ReceivedSignalProcessorStatusIdA standard VISA read-only attribute with value 0xbfff4011 (VI_ATTR_SIGP_STATUS_ID). This attribute applies to VXI signal processor events, and can be retrieved in Keysight VISA.NET by casting the event args returned by the VXI signal processor event to Ivi.Visa.INativeVisaEventArgs and then using Ivi.Visa.INativeVisaEventArgs.GetAttributeInt16 to return the value. However, the recommended way to access this value is to use the event arguments Ivi.Visa.VxiSignalProcessorEventArgs.StatusId property.
ReceivedTriggerIdA standard VISA read-only attribute with value 0x3fff4012 (VI_ATTR_RECV_TRIG_ID). This attribute applies to VXI trigger events, and can be retrieved in Keysight VISA.NET by casting the event args returned by the VXI trigger event to Ivi.Visa.INativeVisaEventArgs and then using Ivi.Visa.INativeVisaEventArgs.GetAttributeInt16 to return the value. However, the recommended way to access this value is to use the event arguments Ivi.Visa.VxiTriggerEventArgs.TriggerLine property.
ResourceManufacturerIdA standard VISA read-only attribute with value 0x3fff0175 (VI_ATTR_RSRC_MANF_ID). Use with IKeysightNativeVisaSession.GetAttributeInt16 and any session class. This attribute returns the value that applies to the underlying Keysight VISA C implementation rather than the VISA.NET implementation.
SerialCtsStateA standard VISA read-only attribute with value 0x3fff00ae (VI_ATTR_ASRL_CTS_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding SerialSession.ClearToSendState property.
SerialDataBitsA standard VISA read/write attribute with value 0x3fff0022 (VI_ATTR_ASRL_DATA_BITS). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.DataBits property.
SerialDcdStateA standard VISA read-only attribute with value 0x3fff00af (VI_ATTR_ASRL_DCD_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding SerialSession.DataCarrierDetectState property.
SerialDsrStateA standard VISA read-only attribute with value 0x3FFF00b1 (VI_ATTR_ASRL_DSR_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding SerialSession.DataSetReadyState property.
SerialDtrStateA standard VISA read/write attribute with value 0x3fff00b2 (VI_ATTR_ASRL_DTR_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.DataTerminalReadyState property.
SerialEndInA standard VISA read/write attribute with value 0x3fff00b3 (VI_ATTR_ASRL_END_IN). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.ReadTermination property.
SerialEndOutA standard VISA read/write attribute with value 0x3fff00b4 (VI_ATTR_ASRL_END_OUT). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.WriteTermination property.
SerialFlowControlA standard VISA read/write attribute with value 0x3fff0025 (VI_ATTR_ASRL_FLOW_CNTRL). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.FlowControl property.
SerialParityA standard VISA read/write attribute with value 0x3fff0023 (VI_ATTR_ASRL_PARITY). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.Parity property.
SerialRIStateA standard VISA read-only attribute with value 0x3fff00bf (VI_ATTR_ASRL_RI_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding SerialSession.RingIndicatorState property.
SerialRtsStateA standard VISA read/write attribute with value 0x3fff00c0 (VI_ATTR_ASRL_RTS_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.RequestToSendState property.
SerialStopBitsA standard VISA read/write attribute with value 0x3fff0024 (VI_ATTR_ASRL_STOP_BITS). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding SerialSession.StopBits property.
SlotA standard VISA read-only attribute with value 0x3fff00e8 (VI_ATTR_SLOT). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding PxiSession.Slot or VxiSession.Slot property, depending on the session type.
SourceAccessA standard VISA read/write attribute with value 0x3fff003c (VI_ATTR_SRC_ACCESS_PRIV). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.SourceAccessPrivilege property.
SourceByteOrderA standard VISA read/write attribute with value 0x3fff003d (VI_ATTR_SRC_BYTE_ORDER). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.SourceByteOrder property.
TcpPortA standard VISA read-only attribute with value 0x3fff0197 (VI_ATTR_TCPIP_PORT). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding TcpipSession.Port or TcpipSocketSession.Port property, depending on the session type.
TriggerIdA standard VISA read/write attribute with value 0x3fff0177 (VI_ATTR_TRIG_ID). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.TriggerLine property or PxiBackplaneSession.UnreserveTrigger method, depending on the session type.
UsbInterfaceNumberA standard VISA read-only attribute with value 0x3fff01a1 (VI_ATTR_USB_INTFC_NUM). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding UsbSession.UsbInterfaceNumber property.
UsbMaximumInterruptSizeA standard VISA read/write attribute with value 0x3fff01af (VI_ATTR_USB_MAX_INTR_SIZE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding UsbSession.MaximumInterruptSize property.
UsbProtocolA standard VISA read-only attribute with value 0x3fff01a7 (VI_ATTR_USB_PROTOCOL). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding UsbSession.UsbProtocol property.
UsbReceivedInterruptSizeA standard VISA read-only attribute with value 0x3fff41b0 (VI_ATTR_USB_RECV_INTR_SIZE). This attribute applies to USB interrupt events, and can be retrieved in Keysight VISA.NET by casting the event args returned by the USB interrupt event to Ivi.Visa.INativeVisaEventArgs and then using Ivi.Visa.INativeVisaEventArgs.GetAttributeInt16 to return the value. However, the recommended way to access this value is to use the length of the event arguments Ivi.Visa.UsbInterruptEventArgs.Data property.
VxiDeviceClassA standard VISA read-only attribute with value 0x3fff006c (VI_ATTR_VXI_DEV_CLASS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.DeviceClass property.
VxiLogicalAddressA standard VISA read-only attribute with value 0x3fff00d5 (VI_ATTR_VXI_LA). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.LogicalAddress or VxiMemorySession.LogicalAddress property, depending on the session type.
VxiVmeInterruptStatusA standard VISA read-only attribute with value 0x3fff008b (VI_ATTR_VXI_VME_INTR_STATUS). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiBackplaneSession.InterruptStatus property.
VxiVmeSystemFailureStateA standard VISA read-only attribute with value 0x3fff0094 (VI_ATTR_VXI_VME_SYSFAIL_STATE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiBackplaneSession.SystemFailureStatus property.
WindowAccessA standard VISA read-only attribute with value 0x3fff00c3 (VI_ATTR_WIN_ACCESS). Use with IKeysightNativeVisaSession.GetAttributeInt16 and PXI, VXI, PXI memory access, or VXI memory access sessions.
WindowAccessPrivilegeA standard VISA read/write attribute with value 0x3fff0045 (VI_ATTR_WIN_ACCESS_PRIV). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16 and VXI, access, or VXI memory access sessions. Depending on the situation, this attribute may or may not be writable.
WindowByteOrderA standard VISA read/write attribute with value 0x3fff0047 (VI_ATTR_WIN_BYTE_ORDER). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16, or (recommended) use the corresponding VxiSession.MemoryMapByteOrder property.
WriteBufferOperationModeA standard VISA read/write attribute with value 0x3fff002d (VI_ATTR_WR_BUF_OPER_MODE). Use with IKeysightNativeVisaSession.GetAttributeInt16 and IKeysightNativeVisaSession.SetAttributeInt16 for GPIB, Serial, TCPIP, USB, and VXI sessions, GPIB interface sessions, and TCPIP socket sessions. There is no corresponding property in VISA.NET.
Remarks

Use this enumeration to supply legal values to the GetAttributeInt16 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.GetAttributeInt16 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.KeysightAttributeInt16

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Keysight.Visa Namespace

 

 


© Keysight Technologies 2015-2025