Keysight VISA.NET Help
AllowWriteCombining Property (PxiSession)



Specifies whether the implementation should attempt to combine bus write transfers into a larger transfer before bursting over the PCI bus.

The default is false.

Syntax
'Declaration
 
Public Property AllowWriteCombining As Boolean
'Usage
 
Dim instance As PxiSession
Dim value As Boolean
 
instance.AllowWriteCombining = value
 
value = instance.AllowWriteCombining
public bool AllowWriteCombining {get; set;}
public:
property bool AllowWriteCombining {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025