| | Name | Description |
 | AddressState |
Indicates whether the specified GPIB interface is currently addressed to talk or listen,
or is not addressed.
|
 | AllowDma |
Indicates whether I/O accesses should use DMA (true) or Programmed I/O (false). For some GPIB
cards, this attribute may have global effects even though it is documented to be a local
attribute, which may affect performance but not functionality.
|
 | AtnState |
The current state of the GPIB ATN (ATtentioN) interface line.
|
 | DeviceStatusByte |
The 488-style status byte of the local controller associated with this session.
Trying to set this property to a value other than 0 will normally result in an
exception.
|
 | EventQueueCapacity |
The maximum number of events that can be queued at any time on this session. The default
is 50.
(Inherited from Keysight.Visa.VisaSession) |
 | ExportEnabled | Together with the Keysight ResourceManager.FindExportedResourcesOnly property, determines whether the resource associated with this session instance is reported by the Keysight ResourceManager.Find and ResourceManager.Parse methods. (Inherited from Keysight.Visa.VisaSession) |
 | HardwareInterfaceName |
A human-readable description of the hardware interface associated with this session.
(Inherited from Keysight.Visa.VisaSession) |
 | HardwareInterfaceNumber |
The board number of the hardware interface associated with this session.
(Inherited from Keysight.Visa.VisaSession) |
 | HardwareInterfaceType |
The type (GPIB, ASRL, etc.) of the hardware interface associated with this session.
(Inherited from Keysight.Visa.VisaSession) |
 | HS488CableLength |
The total length of the GPIB cable used in this GPIB interface, in meters.
|
 | InternalHandle |
The VISA C handle to the underlying VISA C session.
(Inherited from Keysight.Visa.VisaSession) |
 | IOProtocol |
The protocol type for I/O communication with the physical resource.
|
 | IsControllerInCharge |
Indicates whether the specified GPIB interface is currently the controller in charge (CIC).
|
 | IsSystemController |
Specifies whether the specified GPIB interface is currently the system controller.
|
 | NdacState |
The current state of the GPIB NDAC (Not Data ACcepted) interface line.
|
 | PrimaryAddress |
The primary address of the local GPIB controller used by the given session.
|
 | RawIO |
A reference to the raw I/O interface.
|
 | RemoteInterfaceProtocol |
The LAN protocol used for remote sessions. (Keysight Specific)
|
 | RenState |
The current state of the GPIB REN (Remote ENable) interface line.
|
 | ResourceClass |
The resource class of the currently open resource. Possible values are INSTR, INTFC, MEMMAC,
SOCKET, and BACKPLANE.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceImplementationVersion |
The version of this Keysight VISA.NET implementation.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceLockState |
The state of the resource-wide lock on the currently open resource.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceManager | A private instance of the ResourceManager created when this session was instantiated, and available until this session is disposed. (Inherited from Keysight.Visa.VisaSession) |
 | ResourceManufacturerId |
The VXI manufacturer ID of the software vendor of this VISA.NET implementation - '4095'.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceManufacturerName |
The name of the software vendor that corresponds to the ResourceManufacturerId property -
'Keysight Technologies, Inc.'.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceName |
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 resourceName parameter used to
instantiate the session.
(Inherited from Keysight.Visa.VisaSession) |
 | ResourceSpecificationVersion |
The version of the VISA.NET specification that describes the functionality provided by this
session class.
(Inherited from Keysight.Visa.VisaSession) |
 | SecondaryAddress |
The secondary address of the local GPIB controller used by the given session.
|
 | SendEndEnabled |
Enables/disables asserting an END on the last byte of a write.
|
 | SessionType |
The type of the current session.
(Inherited from Keysight.Visa.VisaSession) |
 | SrqState |
The current state of the GPIB SRQ (Service ReQuest) interface line.
|
 | SynchronizeCallbacks |
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.
This property applies to this session only (local scope).
(Inherited from Keysight.Visa.VisaSession) |
 | TerminationCharacter | The ASCII character used to terminate a raw I/O read operation. |
 | TerminationCharacterEnabled | If true, a raw I/O read operation ends when a termination character is received. |
 | TimeoutMilliseconds |
The I/O timeout in milliseconds for I/O communication on this resource session.
(Inherited from Keysight.Visa.VisaSession) |
 | WaitForLockRelease |
Indicates whether methods and properties from this session instance will wait for a timeout
period for a resource lock to be released (true) or not (false).
(Inherited from Keysight.Visa.VisaSession) |