pylabrobot.kbioscience.kube.KUBEStatus#

class pylabrobot.kbioscience.kube.KUBEStatus(value)#

Bases: IntFlag

Status byte returned by the ? command (two hex digits).

Ready (0x00) is the all-clear value; any other bit is a condition that must be cleared, or masked when ignorable, before an operation runs. Note the bit layout is specific to the KUBE firmware and differs from other sealers: Busy and Sealing are distinct bits.

Attributes

real

the real part of a complex number

imag

the imaginary part of a complex number

numerator

the numerator of a rational number in lowest terms

denominator

the denominator of a rational number in lowest terms

Ready

Busy

Error

Sealing

NotAtSealTemperature

SystemShutdown

FoilLow

DoorOpen

LowAirPressure

Methods

conjugate

Returns self, the complex conjugate of any int.

bit_length()

Number of bits necessary to represent self in binary.

bit_count()

Number of ones in the binary representation of the absolute value of self.

as_integer_ratio()

Return integer ratio.

__init__(*args, **kwds)