Class Range
- Namespace
- Loehnert.Lisrt.Multimeter
- Assembly
- Loehnert.Lisrt.Multimeter.dll
Represents a range of a multimeter.
public abstract class Range : IRange, IHasKey
- Inheritance
-
Range
- Implements
- Derived
- Inherited Members
Constructors
Range(string)
Initializes a new instance of the Range class.
protected Range(string key)
Parameters
key
stringThe key of the range.
Properties
Key
Gets the key of the range.
public string Key { get; }