ScopeMeasurementReferenceLevelUnits Enumeration
- Updated2023-09-06
- 1 minute(s) read
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 name | Value | Description | |
---|---|---|---|
Voltage | 0 | The reference levels are given in units of volts. | |
Percentage | 1 | The reference levels are given as a percentage, where the measurements voltage low and voltage high represent 0% and 100%, respectively. |