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
RangeCommand
Gets the command to set the range.
string RangeCommand { get; }
Property Value
Ranges
Gets the possible range keys for this function.
IEnumerable<string> Ranges { get; }