| | Name | Description |
 | DisableEvent | Disables a client from receiving events of type(s) specified by the argument. (Inherited from Ivi.Visa.IVisaSession) |
 | DiscardEvents | Discard all pending events of type(s) specified by the argument. (Inherited from Ivi.Visa.IVisaSession) |
 | Dispose | (Inherited from System.IDisposable) |
 | EnableEvent | Enables a client to receive events of the type specified by the argument using a WaitOnEvent method. (Inherited from Ivi.Visa.IVisaSession) |
 | In16 |
Read in a 16-bit value from the specified memory space (assigned memory base + offset).
|
 | In32 |
Read in a 32-bit value from the specified memory space (assigned memory base + offset).
|
 | In64 |
Read 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 |
Locks the resource for this session with an exclusive lock, with an infinite timeout.
(Inherited from Ivi.Visa.IVisaSession) |
 | MapAddress |
Map the specified memory space into this process’s address space.
|
 | MoveIn16 | Overloaded.
Move a 16-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn32 | Overloaded.
Move a 32-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn64 | Overloaded.
Move a 64-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn8 | Overloaded.
Move 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 |
Write a 16-bit value to the specified memory space (assigned memory base + offset).
|
 | Out32 |
Write a 32-bit value to the specified memory space (assigned memory base + offset).
|
 | Out64 |
Write a 64-bit value to the specified memory space (assigned memory base + offset).
|
 | Out8 |
Write an 8-bit value to the specified memory space (assigned memory base + offset).
|
 | UnlockResource |
Unlock the resource.
(Inherited from Ivi.Visa.IVisaSession) |
 | WaitOnEvent | Wait for events of type(s) specified by the argument. (Inherited from Ivi.Visa.IVisaSession) |