Class MeasurementValues
- Namespace
 - Loehnert.Lisrt.PowerSupply.ElektroAutomatik
 
- Assembly
 - Loehnert.Lisrt.PowerSupply.ElektroAutomatik.dll
 
Represents the result of one measurement of the acp series power supply module.
public class MeasurementValues
  - Inheritance
 - 
      
      MeasurementValues
 
- Inherited Members
 
Properties
Current
Gets the measured current in Amperes.
public double Current { get; }
  Property Value
Frequency
Gets the measured frequency in Hertz.
public double Frequency { get; }
  Property Value
Voltage
Gets the measured voltage in Volts.
public double Voltage { get; }