| Keysight.Visa Namespace > VisaSession Class : ExportEnabled Property |
'DeclarationPublic Property ExportEnabled As Boolean
'UsageDim instance As VisaSession Dim value As Boolean instance.ExportEnabled = value value = instance.ExportEnabled
public bool ExportEnabled {get; set;}
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.
Current with Keysight IO Libraries Suite 18