The following tables list the members exposed by ResourceManager.
Public Properties
| | Name | Description |
 | FindExportedResourcesOnly | Determines whether only those sessions with property VisaSession.ExportEnabled = true will be returned from the Find and Parse methods. (Keysight Specific) |
 | ImplementationVersion |
The version of this VISA.NET implementation.
|
 | IOLibrariesPath |
The full pathname of the Keysight IO Libraries directory used by this implementation of Keysight
VISA.NET. The pathname returned varies, depending on whether the process is a 32-bit or
64-bit process. (Keysight Specific)
|
 | IOLibrariesRegistryKey |
The full pathname of the Keysight IO Libraries registry key used by this implementation of
Keysight VISA.NET. The pathname returned varies, depending on whether the process is a 32-bit
or 64-bit process. (Keysight Specific)
|
 | ManufacturerId |
The Keysight VISA.NET manufacturer ID - '4095'.
|
 | ManufacturerName |
The VISA.NET vendor name - 'Keysight Technologies, Inc.'.
|
 | ReturnAll | Determines whether Find will return all discovered instruments or just those that are in My Instruments list. The default value is false, meaning Find will return only My Instruments. Use Connection Expert to add My Instruments; by default, all locally-connected (non-LAN) instruments and all manually-added instruments are in My Instrument list. (Keysight Specific) |
 | SpecificationVersion |
The version of the VISA.NET specification with which this VISA.NET implementation
complies.
|
 | VisaFrameworkPath |
The full pathname of the VISA Framework directory used by this implementation of Keysight
VISA.NET. The pathname returned varies, depending on whether the process is a 32-bit or
64-bit process. (Keysight Specific)
|
Top
Public Methods
| | Name | Description |
 | Dispose | Overloaded.
Performs tasks associated with freeing, releasing, or resetting unmanaged VISA resources
used by this implementation of Keysight VISA.NET.
|
 | Find | Finds all of the VISA.NET resources that match the specified . |
 | Open | Overloaded.
Creates a VISA I/O resource session.
|
 | Parse |
Parses a resource string to get extended interface information.
|
Top
Protected Methods
| | Name | Description |
 | Finalize |
The default destructor for the ResourceManager class performs tasks associated with freeing,
releasing, or resetting unmanaged VISA resources used by this instance of the resource manager.
|
Top
See Also