BinaryCounterQuality

class c104.BinaryCounterQuality

This enum contains all binary counter quality issue bits to interpret and manipulate counter quality.

__init__()
is_any(self) bool

test if there are any bits set

is_good(self) bool

test if no quality problems are set

Adjusted = BinaryCounterQuality set: { Adjusted }, is_good: False
Carry = BinaryCounterQuality set: { Carry }, is_good: False
Invalid = BinaryCounterQuality set: { Invalid }, is_good: False
property name
property value