![]() |
Configure()






Public Function |
Declared in: NiIviScope.h |
Declaration
inline void Configure( double low, double mid, double hi);
Description
Configures the reference levels for waveform measurements.
Parameters
Specifies the low reference the oscilloscope uses for waveform measurements. The value is a percentage of the difference between the Voltage High and Voltage Low. The oscilloscope calculates the Voltage High and the Voltage Low using either the min/max or histogram methods. The min/max method uses the maximum and minimum values found. The histogram method uses the most common values found above and below the middle of the waveform.
This function sets the Low property to the value you specify for this parameter.
Specifies the mid reference the oscilloscope uses for waveform measurements. The value is a percentage of the difference between the Voltage High and Voltage Low. The oscilloscope calculates the Voltage High and the Voltage Low using either the min/max or histogram methods. The min/max method uses the maximum and minimum values found. The histogram method uses the most common values found above and below the middle of the waveform.
This function sets the Mid property to the value you specify for this parameter.
Specifies the high reference the oscilloscope uses for waveform measurements. The value is a percentage of the difference between the Voltage High and Voltage Low. The oscilloscope calculates the Voltage High and the Voltage Low using either the min/max or histogram methods. The min/max method uses the maximum and minimum values found. The histogram method uses the most common values found above and below the middle of the waveform.
This function sets the High property to the value you specify for this parameter.