read_scale

Description

Returns the value and steady status from the balance

Signature

read_scale(self) -> Tuple[bool, float]

Returns

Tuple[bool, float]

A tuple of length 2. The first parameter is a bool corresponding to the steady status (True is steady). The second parameter is the weight measured by the balance. Units are determined by balance display.