device.power_supply_langmuir module

class device.power_supply_langmuir.PowerSupply_Langmuir(bus, **kwargs)[source]

Bases: ArduinoBase

Arduino controller that handles a power supply that generates plasma in the Langmuir probes experiment.

Communication:

  • serial interface to Arduino

current()[source]

Return output current [mA].

decrement_max_current()[source]

Decrement max current by 1 step. Returns the value in %.

increment_max_current()[source]

Increment max current by 1 step. Returns the value in %.

is_switched_on()[source]
switch_off()[source]
switch_on()[source]
update_frontend(device_client)[source]
voltage()[source]

Return output voltage [V].