Interface IMonitoringPowerSupply
- Namespace
 - Loehnert.Lisrt.PowerSupply
 
- Assembly
 - Loehnert.Lisrt.PowerSupply.dll
 
Represents a interface for a power supply with monitoring functions.
public interface IMonitoringPowerSupply : IPowerSupply
  - Inherited Members
 
Methods
MeasureCurrent()
Measures the current.
double MeasureCurrent()
  Returns
- double
 The measured current in ampere.
MeasureVoltage()
Measures the voltage.
double MeasureVoltage()
  Returns
- double
 The measured voltage in volt.