Keysight VISA.NET Help
AllowDma Property (GpibSession)



Specifies whether direct memory access is enabled. This property applies to this session only (VISA local scope).
Syntax
'Declaration
 
Public Property AllowDma As Boolean
'Usage
 
Dim instance As GpibSession
Dim value As Boolean
 
instance.AllowDma = value
 
value = instance.AllowDma
public bool AllowDma {get; set;}
public:
property bool AllowDma {
   bool get();
   void set (    bool value);
}
Remarks

The default is true.

For some configurations, this property may not allow you to change whether DMA is enabled, so reading this property's value back may not echo the value that was set.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025