Keysight VISA.NET Help
DataBits Property (SerialSession)



The number of data bits contained in each frame (5, 6, 7, or 8).
Syntax
'Declaration
 
Public Property DataBits As Short
'Usage
 
Dim instance As SerialSession
Dim value As Short
 
instance.DataBits = value
 
value = instance.DataBits
public short DataBits {get; set;}
public:
property short DataBits {
   short get();
   void set (    short value);
}
Remarks

The range is between 5 and 8, inclusive. The default is 8.

The data bits for each frame are located in the low-order bits of every byte stored in memory.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025