Interface IResourceManager3
Description
This interface finds, enumerates, and creates VISA COM I/O resources. Both the Global Resource Manager and all of the Vendor-Specific Resource Managers export this interface. See Creating and Using the Resource Manager for more information.
IResourceManager3 derives from IResourceManager.
Methods
This method uses VISA search strings to find VISA resources. For example, GPIB?* will find all GPIB resources the Resource Manager knows about; ASRL?* will find all serial resources. GPIB0::?* will find all resources on GPIB0. |
|
This is the method for creating a VISA COM I/O resource. |
|
This operation parses a resource string to verify its validity. It should succeed for all strings returned by FindRsrc and recognized by Open. This operation is useful if you want to know what interface a given resource descriptor would use without actually opening a session to it. |
|
This function parses a resource string to get extended interface information. It should succeed for all strings returned by FindRsrc and recognized by Open. This operation is useful if you want to know what interface a given VISA address (resource descriptor) would use without actually opening a session to it. |
Properties
The name of the vendor of this software component. |
|
The ID number of the vendor of this software component. |
|
A string description of this component. |
|
A numeric version for this component. |
|
The programmatic ID that can be used by COM to create this object. |
|
The VISA-defined version information for the specification version this component complies to. |