Keysight VISA.NET Help
AllowDma Property (IGpibInterfaceSession)



Specifies whether direct memory access is enabled. In some cases you may not be able to change whether DMA is enabled, so reading this property value may not return the same value that was set.
Syntax
'Declaration
 
Property AllowDma As Boolean
'Usage
 
Dim instance As IGpibInterfaceSession
Dim value As Boolean
 
instance.AllowDma = value
 
value = instance.AllowDma
bool AllowDma {get; set;}
property bool AllowDma {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025