Configuring Period Measurements
- Updated2023-05-10
- 1 minute(s) read
Configuring Period Measurements
Configure a period measurement by completing the following steps:
Note If you specify Auto
Range (-1.0) for the period range, the DMM defaults to a 2 second aperture
time.
- LabVIEW
- Use niDMM Config Measurement.
- Set Measurement Function to Period.
- Set Range to the maximum expected period in seconds. 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_PERIOD.
- Set Range to the maximum expected period in seconds. 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.