Class ScpiVoltageACFunction
- Namespace
- Loehnert.Lisrt.Multimeter.Scpi
- Assembly
- Loehnert.Lisrt.Multimeter.dll
Represents a function AC voltage measurement for a ScpiMultimeter.
public class ScpiVoltageACFunction : VoltageACFunction, IScpiFunction, IFunction, IHasKey
- Inheritance
-
ScpiVoltageACFunction
- Implements
- Inherited Members
Properties
Command
Gets the SCPI function string. e.g. 'VOLTage:DC'.
public string Command { get; }
Property Value
RangeCommand
Gets the command to set the range.
public string RangeCommand { get; }
Property Value
Ranges
Gets the possible range keys for this function.
public IEnumerable<string> Ranges { get; }