pylabrobot.li_cor.odyssey.OdysseyChatterbox#

class pylabrobot.li_cor.odyssey.OdysseyChatterbox#

Bases: HTTP

HTTP simulation for OdysseyClassic(io=OdysseyChatterbox()).

Scan progress advances by 25 percent on each status read. The stored TIFFs are one-pixel synthetic images. No socket is opened and no background tasks are created.

Methods

__init__()

request(method, path[, data])

Send a JSON request and return the decoded JSON object.

request_raw(method, path[, body, headers, ...])

Handle a scan-control, status, or image request entirely in memory.

setup()

Enable the simulated connection.

stop()

Close the simulated connection.