CNiIviScopeReferenceLevel::Configure

Measurement Studio IVI

Class
CNiIviScopeReferenceLevel::
Configure()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: MidNext page: CNiIviScopeReferenceLevel    
Public Function Declared in:
NiIviScope.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void Configure(
    double low,
    double mid,
    double hi);

'Description' icon -- Shortcut to top of page. Description

Configures the reference levels for waveform measurements.

Shortcut to top of page. Parameters

double low

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.

double mid

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.

double hi

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.

'See Also' icon -- Shortcut to top of page. See Also