Table of Contents

Class ScpiPeriodFunction

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

Represents a function period measurement for a ScpiMultimeter.

public class ScpiPeriodFunction : PeriodFunction, IHasRangeUnit, IScpiFunction, IFunction, IHasKey
Inheritance
ScpiPeriodFunction
Implements
Inherited Members

Properties

Command

Gets the SCPI function string. E.g. 'PERiod:VOLTage'.

public string Command { get; }

Property Value

string

RangeCommand

Gets the command to set the range.

public string RangeCommand { get; }

Property Value

string

Ranges

Gets the possible range keys for this function.

public IEnumerable<string> Ranges { get; }

Property Value

IEnumerable<string>