NI-SCOPE .NET Class Library Help

Table of Contents

ScopeMeasurementReferenceLevelUnits Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeMeasurementReferenceLevelUnits Enumeration

ScopeMeasurementReferenceLevelUnits Enumeration

Specifies the units of the waveform measurement reference levels. If you choose Percentage, then the measurement routine uses PercentageMethod to map the percentage values to voltages. By choosing Voltage, you can set the voltage threshold values directly and avoid extra calculations.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public enum ScopeMeasurementReferenceLevelUnits
Public Enumeration ScopeMeasurementReferenceLevelUnits

Members

  Member nameValueDescription
Voltage0 The reference levels are given in units of volts.
Percentage1 The reference levels are given as a percentage, where the measurements voltage low and voltage high represent 0% and 100%, respectively.

See Also

Log in to get a better experience