Keysight VISA.NET Help
ResourceManager Constructor(Boolean)



If true, only those resources with property ExportEnabled = true will be returned from viFindRsrc() and viParseRsrc(). The default value is false, which means that all resources will be returned regardless of the value of their ExportEnabled property. (Keysight Specific)
Create an instance of the ResourceManager class.
Syntax
'Declaration
 
Public Function New( _
   ByVal onlyFindExportedResources As Boolean _
)
'Usage
 
Dim onlyFindExportedResources As Boolean
 
Dim instance As New ResourceManager(onlyFindExportedResources)
public ResourceManager( 
   bool onlyFindExportedResources
)
public:
ResourceManager( 
   bool onlyFindExportedResources
)

Parameters

onlyFindExportedResources
If true, only those resources with property ExportEnabled = true will be returned from viFindRsrc() and viParseRsrc(). The default value is false, which means that all resources will be returned regardless of the value of their ExportEnabled property. (Keysight Specific)
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025