Keysight VISA.NET Help
ExportEnabled Property



Together with the Keysight ResourceManager.FindExportedResourcesOnly property, determines whether the resource associated with this session instance is reported by the Keysight Find and Parse methods.
Syntax
'Declaration
 
Public Property ExportEnabled As Boolean
'Usage
 
Dim instance As VisaSession
Dim value As Boolean
 
instance.ExportEnabled = value
 
value = instance.ExportEnabled
public bool ExportEnabled {get; set;}
public:
property bool ExportEnabled {
   bool get();
   void set (    bool value);
}
Remarks

This property is specific to Keysight VISA.NET.

This property applies to the connected resource (global scope), and affects all sessions connected to the resource.

If this property is false, and if the Keysight ResourceManager.FindExportedResourcesOnly is true, the resource associated with this session instance is not reported by the Keysight ResourceManager.Find and ResourceManager.Parse methods. If true, or if the Keysight ResourceManager.FindExportedResourcesOnly property is false, the resource associated with this session instance is reported by the Keysight ResourceManager.Find and ResourceManager.ParseResource methods.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025