Keysight VISA.NET Help
INativeVisaSession Interface Members
Properties  Methods 

The following tables list the members exposed by INativeVisaSession.

Public Properties
 NameDescription
 PropertyEventQueueCapacity The capacity of the event queue - the maximum number of pending events. (Inherited from Ivi.Visa.IVisaSession)
 PropertyHandle The ID for this session in the underlying VISA C implementation.  
 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)
 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)
 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)
Top
Public Methods
 NameDescription
 MethodDisableEventDisables a client from receiving events of type(s) specified by the eventType argument.  
 MethodDiscardEventsDiscard all pending events of type(s) specified by the eventType argument.  
 MethodDispose (Inherited from System.IDisposable)
 MethodEnableEventEnables a client to receive events of the type specified by the eventType argument using a WaitOnEvent method.  
 MethodGetAttributeBooleanOverloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodGetAttributeByteOverloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodGetAttributeInt16Overloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodGetAttributeInt32Overloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodGetAttributeInt64Overloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodGetAttributeStringOverloaded.  Retrieve the value of the specified attribute from the underlying VISA C implementation.  
 MethodLockResource Locks the resource for this session with an exclusive lock, with an infinite timeout. (Inherited from Ivi.Visa.IVisaSession)
 MethodSetAttributeBooleanOverloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodSetAttributeByteOverloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodSetAttributeInt16Overloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodSetAttributeInt32Overloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodSetAttributeInt64Overloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodSetAttributeStringOverloaded.  Set the value of the specified attribute in the underlying VISA C implementation.  
 MethodUnlockResource Unlock the resource. (Inherited from Ivi.Visa.IVisaSession)
 MethodWaitOnEventOverloaded. Wait for events of type(s) specified by the EventType argument.  
Top
See Also

Reference

INativeVisaSession Interface
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025