| Keysight.Visa Namespace > ResourceManager Class : Find Method |
'DeclarationPublic Function Find( _ ByVal pattern As String _ ) As IEnumerable(Of String)
'UsageDim instance As ResourceManager Dim pattern As String Dim value As IEnumerable(Of String) value = instance.Find(pattern)
public IEnumerable<string> Find( string pattern )
public: IEnumerable<String^>^ Find( String^ pattern )
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.
Current with Keysight IO Libraries Suite 18