| Ivi.Visa Namespace : SerialParity Enumeration |
'DeclarationPublic Enum SerialParity Inherits System.Enum
'UsageDim instance As SerialParity
public enum SerialParity : System.Enum
public enum class SerialParity : public System.Enum
| Member | Description |
|---|---|
| Even | The parity bit is set to 1 if the number of ones in data bits (not including the parity bit) is even, and is otherwise set to 0. |
| Mark | The parity bit exists and is always 1. |
| None | No parity bit is present. |
| Odd | The parity bit is set to 1 if the number of ones in data bits (not including the parity bit) is odd, and is otherwise set to 0. |
| Space | The parity bit exists and is always 0. |
System.Object
System.ValueType
System.Enum
Ivi.Visa.SerialParity
Current with Keysight IO Libraries Suite 18