Configuring Frequency Measurements
For the NI 4070/4071/4072 only, to configure a frequency measurement, complete the following steps:
Note If you specify Auto Range (-1.0) for the frequency range, the DMM defaults to 1 Hz, which has a 2 second aperture. |
- LabVIEW
- Use niDMM Config Measurement.
- Set Measurement Function to Frequency.
- Set Range to specify the minimum AC frequency. The DMM uses the range to calculate the aperture time.
- Use niDMM Configure Frequency Voltage Range.
- Set Frequency Voltage Range to the AC V range of your input signal.
- CVI/C++/Visual Basic
- Use niDMM_ConfigureMeasurementDigits.
- Set Measurement Function to NIDMM_VAL_FREQ.
- Set Range to specify the minimum AC frequency. The DMM uses the range to calculate the aperture time.
- Use niDMM_ConfigureFrequencyVoltageRange.
- Set Frequency Voltage Range to the AC V range of your input signal.