Keysight VISA.NET Help
AllowDma Property (RegisterBasedSession)



Specifies whether direct memory access is enabled.
Syntax
'Declaration
 
Public Property AllowDma As Boolean
'Usage
 
Dim instance As RegisterBasedSession
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

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