Keysight VISA.NET Help
Find(String) Method



The search pattern.
Find all of the VISA resources that match the specified pattern.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal pattern As String _
) As IEnumerable(Of String)
'Usage
 
Dim pattern As String
Dim value As IEnumerable(Of String)
 
value = GlobalResourceManager.Find(pattern)
public static IEnumerable<string> Find( 
   string pattern
)
public:
static IEnumerable<String^>^ Find( 
   String^ 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