Skip to content

enumerations¤

Enumeration constants.

Backend ¤

Bases: Enum

The backend library to use for communication with the equipment.

Attributes:

Name Type Description
MSL str

"MSL"

PyVISA str

"PyVISA"

NIDAQ str

"NIDAQ"

DataBits ¤

Bases: IntEnum

The number of data bits to use for Serial communication.

Attributes:

Name Type Description
FIVE int

5

SIX int

6

SEVEN int

7

EIGHT int

8

Parity ¤

Bases: Enum

The parity type to use for Serial communication.

Attributes:

Name Type Description
NONE str

"N"

ODD str

"O"

EVEN str

"E"

MARK str

"M""

SPACE str

"S"

StopBits ¤

Bases: Enum

The number of stop bits to use for Serial communication.

Attributes:

Name Type Description
ONE int

1

ONE_POINT_FIVE float

1.5

TWO int

2