Keysight VISA.NET Help
AllowWriteCombining Property (IPxiSession)



Specifies whether the implementation should attempt to combine bus write transfers into a larger transfer before bursting over the PCI bus. In some cases you may not be able to change the write combining behavior, so reading this property value may not return the same value that was set.
Syntax
'Declaration
 
Property AllowWriteCombining As Boolean
'Usage
 
Dim instance As IPxiSession
Dim value As Boolean
 
instance.AllowWriteCombining = value
 
value = instance.AllowWriteCombining
bool AllowWriteCombining {get; set;}
property bool AllowWriteCombining {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025