Fluke 7341 Temperature bath

class pymeasure.instruments.fluke.Fluke7341(adapter, name='Fluke 7341', **kwargs)

Bases: Instrument

Represents the compact constant temperature bath from Fluke.

property id

Get the instrument model.

read()

Read up to (excluding) read_termination or the whole read buffer.

Extract the value from the response string.

Responses are in the format “type: value optional information”. Optional information is for example the unit (degree centigrade or Fahrenheit).

property set_point

Control the temperature setpoint (float from -40 to 150 °C) The unit is as defined in property unit.

property temperature

Measure the current bath temperature. The unit is as defined in property unit.

property unit

Control the temperature unit: c for Celsius and f for Fahrenheit`.