| | Name | Description |
 | DisableEvent | Disables a calling program's ability to receive events of the type specified by the argument using a VisaSession.WaitOnEvent method (any overload). (Inherited from Keysight.Visa.VisaSession) |
 | DiscardEvents | Discards events of the type specified by the argument from the queue for that event type. (Inherited from Keysight.Visa.VisaSession) |
 | Dispose | Overloaded.
Performs tasks associated with freeing, releasing, or resetting unmanaged VISA resources
used by this session.
(Inherited from Keysight.Visa.VisaSession) |
 | EnableEvent | Enables a calling program's ability to receive events of the type specified by the argument using a WaitOnEvent method. (Inherited from Keysight.Visa.VisaSession) |
 | In16 |
Reads in a 16-bit value from the specified memory space (assigned memory base + offset).
|
 | In32 |
Reads in a 32-bit value from the specified memory space (assigned memory base + offset).
|
 | In64 |
Reads in a 64-bit value from the specified memory space (assigned memory base + offset).
|
 | In8 |
Read in an 8-bit value from the specified memory space (assigned memory base + offset).
|
 | LockResource | Overloaded.
Acquires a lock on the resource for this session.
(Inherited from Keysight.Visa.VisaSession) |
 | MapAddress |
Maps the specified memory space into this process’s address space.
|
 | MoveIn16 | Overloaded.
Moves a 16-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn32 | Overloaded.
Moves a 32-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn64 | Overloaded.
Moves a 64-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn8 | Overloaded.
Moves an 8-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveOut16 | Overloaded.
Moves an 16-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut32 | Overloaded.
Moves an 32-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut64 | Overloaded.
Moves an 64-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut8 | Overloaded.
Moves an 8-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | Out16 |
Writes a 16-bit value to the specified memory space (assigned memory base + offset).
|
 | Out32 |
Writes a 32-bit value to the specified memory space (assigned memory base + offset).
|
 | Out64 |
Writes a 64-bit value to the specified memory space (assigned memory base + offset).
|
 | Out8 |
Writes an 8-bit value to the specified memory space (assigned memory base + offset).
|
 | UnlockResource |
Unlocks the resource.
(Inherited from Keysight.Visa.VisaSession) |
 | WaitOnEvent | Overloaded.
Waits for an occurrence of the specified event for this session. In particular, WaitOnEvent
suspends execution of the thread on which it is called and waits for the specified event
indefinitely.
(Inherited from Keysight.Visa.VisaSession) |