Keysight VISA.NET Help
SerialParity Enumeration



Indicates whether parity checking is being used by the serial connection, and if so, how it is determined. The specified parity is used with every frame transmitted and received.
Syntax
'Declaration
 
Public Enum SerialParity 
   Inherits System.Enum
'Usage
 
Dim instance As SerialParity
public enum SerialParity : System.Enum 
public enum class SerialParity : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.SerialParity

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025