Interface IRedoxPotentialSensor
Represents a sensor for measuring oxidation/reduction potential
Assembly: Y4000.dll
View Source
Declaration
public interface IRedoxPotentialSensor : ISamplingSensor<Voltage>, ISensor<Voltage>, ISensor, ISamplingSensor
Properties
Potential
Last value read from the sensor
View Source
Declaration
Voltage? Potential { get; }