Keysight VISA.NET Help
Find Method (ResourceManager)



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

Parameters

pattern
The search pattern.

Return Value

The list of resources matching the search pattern.
Remarks

Some Keysight IO Libraries Connection Expert settings and Keysight Instrument Discovery Service policies affect the operation of Find. Refer to the IO Libraries Suite Help for more details.

The ReturnAll property determines whether Find will return all discovered instruments or just those that are in My Instruments list. ReturnAll defaults to false, so that only My Instruments are returned.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025