Power Supply RD3005 module
Created on Mon Aug 1 12:14:47 2022
@author: Martin.Mihaylov
- class RD3005.RD3005(psu_com)[source]
Bases:
object
- get_data()[source]
- Returns:
OutPut – Return a dictionary with the measured voltage and current.
- Return type:
dict
- isConnected = False
- psu_com = None
- set_Amp(amp, delay=0.01)[source]
- Parameters:
amp (int/float) – Set the current on the Display
delay (0.01s Delay)
- Return type:
None
- set_Ocp(state)[source]
- Parameters:
state (str (ON/OFF)) – Set the state of the overcurrent protection ON and OFF
- Return type:
None.
- set_Out(state)[source]
- Parameters:
state (str (ON/OFF)) – Turn Output ON and OFF
- Return type:
None.
- set_Volt(voltage, delay=0.01)[source]
- Parameters:
voltage (int/float) – Set the voltage on the Display
delay (0.01s Delay)
- Return type:
None
- status = {}