Keysight VISA.NET Help
IPxiSession Interface Members
Properties  Methods  Events

The following tables list the members exposed by IPxiSession.

Public Properties
 NameDescription
 PropertyActualLinkWidth The actual, negotiated link width.  
 PropertyAllowDma Specifies whether direct memory access is enabled. In some cases you may not be able to change whether DMA is enabled, so reading this property value may not return the same value that was set. (Inherited from Ivi.Visa.IRegisterBasedSession)
 PropertyAllowWriteCombining Specifies whether the implementation should attempt to combine bus write transfers into a larger transfer before bursting over the PCI bus. In some cases you may not be able to change the write combining behavior, so reading this property value may not return the same value that was set.  
 PropertyBusNumber The PCI bus number.  
 PropertyChassisNumber The identification number of the chassis where this device is located. If the chassis has not been identified, this property returns -1.  
 PropertyDestinationIncrement For MoveOut methods, specifies whether to do a block move or a FIFO write. (Inherited from Ivi.Visa.IRegisterBasedSession)
 PropertyDeviceNumber The PCI device number.  
 PropertyDstarBusNumber The differential star bus number.  
 PropertyDstarLineSet The connected set of PXI Express differential star bus lines.  
 PropertyEventQueueCapacity The capacity of the event queue - the maximum number of pending events. (Inherited from Ivi.Visa.IVisaSession)
 PropertyFunctionNumber The PCI function number.  
 PropertyHardwareInterfaceName Human readable text that describes the hardware interface. (Inherited from Ivi.Visa.IVisaSession)
 PropertyHardwareInterfaceNumber The board number of the hardware interface. (Inherited from Ivi.Visa.IVisaSession)
 PropertyHardwareInterfaceType Specifies the hardware interface type (GPIB, ASRL, etc.). (Inherited from Ivi.Visa.IVisaSession)
 PropertyIsExpress If true, the device is a PXI Express device.  
 PropertyManufacturerId The subsystem PCI vendor identification number of the hardware vendor for this device. If the subsystem information does not exist, this returns the primary PCI vendor identification number.  
 PropertyManufacturerName The name of the hardware vendor that corresponds to the ManufacturerId property.  
 PropertyMaxLinkWidth The maximum usable link width.  
 PropertyMemBaseBar0 The memory base address for Base Address Register (BAR) 0.  
 PropertyMemBaseBar1 The memory base address for Base Address Register (BAR) 1.  
 PropertyMemBaseBar2 The memory base address for Base Address Register (BAR) 2.  
 PropertyMemBaseBar3 The memory base address for Base Address Register (BAR) 3.  
 PropertyMemBaseBar4 The memory base address for Base Address Register (BAR) 4.  
 PropertyMemBaseBar5 The memory base address for Base Address Register (BAR) 5.  
 PropertyMemSizeBar0 The memory size for Base Address Register (BAR) 0.  
 PropertyMemSizeBar1 The memory size for Base Address Register (BAR) 1.  
 PropertyMemSizeBar2 The memory size for Base Address Register (BAR) 2.  
 PropertyMemSizeBar3 The memory size for Base Address Register (BAR) 3.  
 PropertyMemSizeBar4 The memory size for Base Address Register (BAR) 4.  
 PropertyMemSizeBar5 The memory size for Base Address Register (BAR) 5.  
 PropertyMemTypeBar0 The memory type used in Base Address Register (BAR) 0.  
 PropertyMemTypeBar1 The memory type used in Base Address Register (BAR) 1.  
 PropertyMemTypeBar2 The memory type used in Base Address Register (BAR) 2.  
 PropertyMemTypeBar3 The memory type used in Base Address Register (BAR) 3.  
 PropertyMemTypeBar4 The memory type used in Base Address Register (BAR) 4.  
 PropertyMemTypeBar5 The memory type used in Base Address Register (BAR) 5.  
 PropertyModelCode The vendor-specific subsystem PCI model number for this device. If the subsystem information does not exist, this returns the primary PCI model number.  
 PropertyModelName The name of this device (corresponds to the ModelCode property).  
 PropertyResourceClass The class of resource for this session (INSTR, INTFC, etc.). (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceImplementationVersion The version of this VISA.NET implementation. (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceLockState The current lock state of the resource for this session. (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceManufacturerId The IVI identification number of the software vendor of this VISA.NET implementation. (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceManufacturerName The name of the software vendor that corresponds to the ResourceManufacturerId property. (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceName 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 descriptor used to open/initialize the resource. (Inherited from Ivi.Visa.IVisaSession)
 PropertyResourceSpecificationVersion The version of the VISA.NET specification that describes the functionality provided by this session. (Inherited from Ivi.Visa.IVisaSession)
 PropertySlot The physical slot location of this device within its chassis. If the location is not known, this property returns -1.  
 PropertySlotLinkWidth The link width used by the slot.  
 PropertySlotLocalBusLeft The slot number or special feature connected to local left bus lines.  
 PropertySlotLocalBusRight The slot number or special feature connected to local right bus lines.  
 PropertySlotPath The slot path.  
 PropertySourceIncrement For MoveIn methods, specifies whether to do a block move or a FIFO read. (Inherited from Ivi.Visa.IRegisterBasedSession)
 PropertyStarTriggerBus The value for the PXI star trigger bus.  
 PropertyStarTriggerLine The value for the connected PXI star trigger line.  
 PropertySynchronizeCallbacks Specifies whether callbacks must be performed in a specific synchronization context. If false, the implementation is allowed to execute callbacks in any context. The default value is true. (Inherited from Ivi.Visa.IVisaSession)
 PropertyTimeoutMilliseconds The I/O timeout in milliseconds for I/O communication on this resource session. If the timeout is VisaConstants.ImmediateTimeout (0), operations will never wait for the device to respond. If the timeout is VisaConstants.InfiniteTimeout (-1), I/O communication will not timeout. (Inherited from Ivi.Visa.IVisaSession)
 PropertyTriggerBus The trigger bus segment of this device.  
Top
Public Methods
 NameDescription
 MethodDisableEventDisables a client from receiving events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession)
 MethodDiscardEventsDiscard all pending events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession)
 MethodDispose (Inherited from System.IDisposable)
 MethodEnableEventEnables a client to receive events of the type specified by the eventType argument using a WaitOnEvent method. (Inherited from Ivi.Visa.IVisaSession)
 MethodIn16 Read in a 16-bit value from the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodIn32 Read in a 32-bit value from the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodIn64 Read in a 64-bit value from the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodIn8 Read in an 8-bit value from the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodLockResource Locks the resource for this session with an exclusive lock, with an infinite timeout. (Inherited from Ivi.Visa.IVisaSession)
 MethodMapAddress Map the specified memory space into this process’s address space. (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveIn16 Move a 16-bit block of data from the specified memory space (assigned memory base + offset) to local memory. (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveIn32 Move a 32-bit block of data from the specified memory space (assigned memory base + offset) to local memory. (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveIn64 Move a 64-bit block of data from the specified memory space (assigned memory base + offset) to local memory. (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveIn8 Move an 8-bit block of data from the specified memory space (assigned memory base + offset) to local memory. (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveOut16 Moves an 16-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveOut32 Moves an 32-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveOut64 Moves an 64-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodMoveOut8 Moves an 8-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodOut16 Write a 16-bit value to the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodOut32 Write a 32-bit value to the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodOut64 Write a 64-bit value to the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodOut8 Write an 8-bit value to the specified memory space (assigned memory base + offset). (Inherited from Ivi.Visa.IRegisterBasedSession)
 MethodReserveTrigger Reserve a PXI trigger line.  
 MethodUnlockResource Unlock the resource. (Inherited from Ivi.Visa.IVisaSession)
 MethodUnreserveTrigger Unreserve a PXI trigger line.  
 MethodWaitOnEventWait for events of type(s) specified by the eventType argument. (Inherited from Ivi.Visa.IVisaSession)
Top
Public Events
 NameDescription
 EventInterrupt Occurs when a PXI interrupt is received from the device.  
Top
See Also

Reference

IPxiSession Interface
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025