| Keysight.Visa Namespace : KeysightAttributeInt16 Enumeration |
'DeclarationPublic Enum KeysightAttributeInt16 Inherits System.Enum
'UsageDim instance As KeysightAttributeInt16
public enum KeysightAttributeInt16 : System.Enum
public enum class KeysightAttributeInt16 : public System.Enum
| Member | Description |
|---|---|
| CommanderLogicalAddress | A standard VISA read-only attribute with value 0x3fff006b (VI_ATTR_CMDR_LA). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.CommanderLogicalAddress property. |
| DestinationAccess | A 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. |
| DestinationByteOrder | A 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. |
| FastDataChannel | A 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. |
| FastDataChannelMode | A 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. |
| GpibAddressedState | A 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. |
| GpibAtnState | A 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. |
| GpibHS488CableLength | A 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. |
| GpibNdacState | A 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. |
| GpibPrimaryAddress | A 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. |
| GpibRenState | A 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. |
| GpibSecondaryAddress | A 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. |
| GpibSrqState | A 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. |
| InterfaceNumber | A 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. |
| InterfaceParentNumber | A 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. |
| InterfaceType | A 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. |
| IOProtocol | A 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. |
| KeysightRemoteInterfaceType | A 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. |
| MainframeLogicalAddress | A 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. |
| ManufacturerId | A 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. |
| MemorySpace | A standard VISA read-only attribute with value 0x3fff00de (VI_ATTR_MEM_SPACE). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding VxiSession.MemorySpace property. |
| ModelCode | A 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. |
| PxiActualLinkWidth | A 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. |
| PxiBackplaneDestinationTriggerBus | A 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. |
| PxiBackplaneSourceTriggerBus | A 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. |
| PxiBusNumber | A 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. |
| PxiChassis | A 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. |
| PxiDeviceNumber | A 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. |
| PxiDStarBus | A 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. |
| PxiDStarSet | A 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. |
| PxiFunctionNumber | A 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. |
| PxiMaximumLinkWidth | A 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. |
| PxiMemoryTypeBar0 | A 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. |
| PxiMemoryTypeBar1 | A 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. |
| PxiMemoryTypeBar2 | A 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. |
| PxiMemoryTypeBar3 | A 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. |
| PxiMemoryTypeBar4 | A 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. |
| PxiMemoryTypeBar5 | A 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. |
| PxiReceivedInterruptSequence | A 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. |
| PxiSlotLinkWidth | A 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. |
| PxiSlotLocalBusLeft | A 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. |
| PxiSlotLocalBusRight | A 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. |
| PxiSlotOffset | A 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. |
| PxiSlotWidth | A 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. |
| PxiStarTriggerBus | A 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. |
| PxiStarTriggerLine | A 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. |
| PxiTriggerBus | A 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. |
| ReadBufferOperationMode | A 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. |
| ReceivedInterruptLevel | A 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. |
| ReceivedSignalProcessorStatusId | A 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. |
| ReceivedTriggerId | A 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. |
| ResourceManufacturerId | A 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. |
| SerialCtsState | A 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. |
| SerialDataBits | A 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. |
| SerialDcdState | A 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. |
| SerialDsrState | A 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. |
| SerialDtrState | A 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. |
| SerialEndIn | A 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. |
| SerialEndOut | A 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. |
| SerialFlowControl | A 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. |
| SerialParity | A 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. |
| SerialRIState | A 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. |
| SerialRtsState | A 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. |
| SerialStopBits | A 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. |
| Slot | A 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. |
| SourceAccess | A 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. |
| SourceByteOrder | A 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. |
| TcpPort | A 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. |
| TriggerId | A 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. |
| UsbInterfaceNumber | A 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. |
| UsbMaximumInterruptSize | A 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. |
| UsbProtocol | A standard VISA read-only attribute with value 0x3fff01a7 (VI_ATTR_USB_PROTOCOL). Use with IKeysightNativeVisaSession.GetAttributeInt16, or (recommended) use the corresponding UsbSession.UsbProtocol property. |
| UsbReceivedInterruptSize | A 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. |
| VxiDeviceClass | A 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. |
| VxiLogicalAddress | A 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. |
| VxiVmeInterruptStatus | A 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. |
| VxiVmeSystemFailureState | A 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. |
| WindowAccess | A 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. |
| WindowAccessPrivilege | A 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. |
| WindowByteOrder | A 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. |
| WriteBufferOperationMode | A 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. |
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.
System.Object
System.ValueType
System.Enum
Keysight.Visa.KeysightAttributeInt16
Current with Keysight IO Libraries Suite 18