Table of Contents

Interface IScpiFunction

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

Represents a measure function for a SCPI multimeter.

public interface IScpiFunction : IFunction, IHasKey
Inherited Members

Properties

Command

Gets the SCPI function string. e.g. 'VOLTage:DC'.

string Command { get; }

Property Value

string

RangeCommand

Gets the command to set the range.

string RangeCommand { get; }

Property Value

string

Ranges

Gets the possible range keys for this function.

IEnumerable<string> Ranges { get; }

Property Value

IEnumerable<string>