pylabrobot.mettler_toledo.MTSICSDriver.read_weight#

async MTSICSDriver.read_weight(timeout: Literal['stable'] | float | int = 'stable') float#

High level function to read a weight value from the scale. (MEASUREMENT command)

Parameters:

timeout (Literal['stable'] | float | int) – The timeout in seconds. If “stable”, the scale will return a weight value when the weight is stable. If 0, the scale will return a weight value immediately. If a float/int, the scale will return a weight value after the given timeout (in seconds).

Return type:

float