Table of Contents

Class ScpiValueRange

Namespace
Loehnert.Lisrt.Multimeter.Scpi
Assembly
Loehnert.Lisrt.Multimeter.dll

Represents a value range. E.g. 200mV.

public class ScpiValueRange : ValueRange, INotifyPropertyChanged, IScpiRange, IRange, IHasKey
Inheritance
ScpiValueRange
Implements
Inherited Members

Properties

ScpiCommand

Gets the SCPI command, e.g. 10 for 10 volts or DEF for auto range.

public object ScpiCommand { get; }

Property Value

object