tempforce- Thermal Inducing System

This class is written for the Temptronic Thermal Inducing System, ATE corp. It supports following methods.

Flow off/on

  • Syntax: flow_off(instr) or flow_on(instr)
  • Description: The only argument of this method is the instrument object (it’s generated by the adapter library), it turns off or on the air flow.

Head up/down

  • Syntax: head_up(instr) or head_down(instr)
  • Description: The only argument of this method is the instrument object, it moves the air chamber up or down.

Quick set

  • Syntax: quick_set(instr, temp, soak)
  • Description: The arguments for this method are instrument object, required temperature and the soak time respectively. This method brings the head down, starts the air flow, ramps the equipment to the set temperature and soaks for the set amount of time.