| | Name | Description |
 | AssertTrigger | Overloaded.
Assert a software or hardware trigger.
|
 | Clear |
Performs an IEEE 488.1-style clear of the device and clears the input and output buffer (both
raw and formatted I/O buffers). It also may terminate ending operations on the device.
(Inherited from Keysight.Visa.MessageBasedSession) |
 | CommandQuery |
Sends the device a miscellaneous command or query and/or retrieves the response to a
previous query.
|
 | 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 |
[Register-Based] Reads in a 16-bit value from the specified memory space (assigned memory base + offset).
|
 | In32 |
[Register-Based] Reads in a 32-bit value from the specified memory space (assigned memory base + offset).
|
 | In64 |
[Register-Based] Reads in a 64-bit value from the specified memory space (assigned memory base + offset).
|
 | In8 |
[Register-Based] 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 |
[Register-Based] Maps the specified memory space into this process’s address space.
|
 | MemoryAllocate |
[Register-Based] Keysight VISA.NET does not support this
method.
|
 | MemoryFree |
[Register-Based] Keysight VISA.NET does not support this method.
|
 | MoveIn16 | Overloaded.
[Register-Based] Moves a 16-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn32 | Overloaded.
[Register-Based] Moves a 32-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn64 | Overloaded.
[Register-Based] Moves a 64-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveIn8 | Overloaded.
[Register-Based] Moves an 8-bit block of data from the specified memory space (assigned memory base +
offset) to local memory.
|
 | MoveOut16 | Overloaded.
[Register-Based] Moves an 16-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut32 | Overloaded.
[Register-Based] Moves a 32-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut64 | Overloaded.
[Register-Based] Moves a 64-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | MoveOut8 | Overloaded.
[Register-Based] Moves an 8-bit block of data from local (source) memory to the specified destination
memory space (assigned memory base + offset).
|
 | Out16 |
[Register-Based] Writes a 16-bit value to the specified memory space (assigned memory base + offset).
|
 | Out32 |
[Register-Based] Writes a 32-bit value to the specified memory space (assigned memory base + offset).
|
 | Out64 |
[Register-Based] Writes a 64-bit value to the specified memory space (assigned memory base + offset).
|
 | Out8 |
[Register-Based] Writes an 8-bit value to the specified memory space (assigned memory base + offset).
|
 | ReadStatusByte |
Reads the status from the device. For 488.2 instruments, this is the 488.2 status byte.
(Inherited from Keysight.Visa.MessageBasedSession) |
 | 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) |