Keysight VISA.NET Help
Find Method (IResourceManager)



The search pattern.
Find all of the VISA resources that match the specified pattern.
Syntax
'Declaration
 
Function Find( _
   ByVal pattern As String _
) As IEnumerable(Of String)
'Usage
 
Dim instance As IResourceManager
Dim pattern As String
Dim value As IEnumerable(Of String)
 
value = instance.Find(pattern)

Parameters

pattern
The search pattern.

Return Value

All VISA resources matching the search pattern.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025