Class PeriodFunction
- Namespace
- Loehnert.Lisrt.Multimeter
- Assembly
- Loehnert.Lisrt.Multimeter.dll
Represents a function period measurement.
public class PeriodFunction : IFunction, IHasKey, IHasRangeUnit
- Inheritance
-
PeriodFunction
- Implements
- Derived
- Inherited Members
Properties
Key
Gets the key.
public string Key { get; }
Property Value
- string
Is always 'Period'.
RangeUnit
Gets the unit of the range.
public string RangeUnit { get; }
Property Value
Unit
Gets the unit.
public string Unit { get; }