Table of Contents

Interface IScpiRange

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

Represents an interface for a measure range of a ScpiMultimeter, e.g. 10V, AUTO ... .

public interface IScpiRange : IRange, IHasKey
Inherited Members

Properties

ScpiCommand

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

object ScpiCommand { get; }

Property Value

object