Keysight VISA.NET Help
ReturnAll Property



Determines whether Find will return all discovered instruments or just those that are in My Instruments list. The default value is false, meaning Find will return only My Instruments. Use Connection Expert to add My Instruments; by default, all locally-connected (non-LAN) instruments and all manually-added instruments are in My Instrument list. (Keysight Specific)
Syntax
'Declaration
 
Public Property ReturnAll As Boolean
'Usage
 
Dim instance As ResourceManager
Dim value As Boolean
 
instance.ReturnAll = value
 
value = instance.ReturnAll
public bool ReturnAll {get; set;}
public:
property bool ReturnAll {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025