pylabrobot.thermo_fisher.alps.alps300.ALPS300Status.bit_length#

ALPS300Status.bit_length()#

Number of bits necessary to represent self in binary.

>>> bin(37)
'0b100101'
>>> (37).bit_length()
6