Keysight VISA.NET Help
FindExportedResourcesOnly Property



Determines whether only those sessions with property VisaSession.ExportEnabled = true will be returned from the Find and Parse methods. (Keysight Specific)
Syntax
'Declaration
 
Public Property FindExportedResourcesOnly As Boolean
'Usage
 
Dim instance As ResourceManager
Dim value As Boolean
 
instance.FindExportedResourcesOnly = value
 
value = instance.FindExportedResourcesOnly
public bool FindExportedResourcesOnly {get; set;}
public:
property bool FindExportedResourcesOnly {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false, which means that all sessions will be returned regardless of the value of the VisaSession.ExportEnabled property.

This property applies only to this RM session, in conjunction with the VisaSession.ExportEnabled property of any child VISA sessions.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025