Power Supply KA3005p module
Created on Mon Aug 1 12:15:19 2022
@author: Martin.Mihaylov
- class KA3005p.KA3005p(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 = {}