pylab_ml.thermostreamer.base_thermostreamer.Dummy

class Dummy(parent, **kwargs)[source]

Bases: object

Dummy object for the Thermostreamer.

Date:

June 16, 2026

Author:

Semi-ATE <info@Semi-ATE.org>

Usable if you have no real Thermostreamer as instance

__init__(parent, **kwargs)[source]

Initialise the Dummy Thermostreamer.

Methods

__init__(parent, **kwargs)

Initialise the Dummy Thermostreamer.

flush([arg])

query(cmd)

Query the Dummy Thermostreamer with cmd.

read()

Read from the Dummy Thermostreamer.

write(cmd)

Write the Dummy Thermostreamer with cmd.

query(cmd)[source]

Query the Dummy Thermostreamer with cmd.

Parameters:

cmd (str) – The command to query.

Returns:

value – The value returned by the Dummy Thermostreamer.

Return type:

int or str

read()[source]

Read from the Dummy Thermostreamer.

write(cmd)[source]

Write the Dummy Thermostreamer with cmd.

Parameters:

cmd (str) – The command to write.

Return type:

None