niDMM Configure Waveform Acquisition VI
- Updated2025-04-18
- 3 minute(s) read
Configures the device for waveform acquisitions.

Inputs/Outputs
![]() Waveform Points specifies the number of points to acquire before the waveform acquisition completes. NI-DMM sets the Waveform Points property to this value. The default value is 500. Setting the waveform points to 0 on the NI 4080/4081/4082 causes the waveform points to be acquired continuously. ![]() instrument handle identifies a particular instrument session. ![]() Function specifies the measurement function used in a waveform acquisition. NI-DMM sets the Function property to this value.
![]() Rate specifies the rate of the acquisition in samples per second. NI-DMM sets the Waveform Rate property to this value. The valid rate is calculated by dividing 1,800,000 by an integer divisor, and the rate falls between 10 and 1,800,000 samples per second. The waveform rate is coerced upwards to the next valid rate. The default value is 1,800,000 samples per second. ![]() error in (no error) describes error conditions that occur before this VI runs. If an error occurred before this VI runs, the VI passes the error in value to error out. This VI runs normally only if no error occurs before this VI runs. If an error occurs while this VI runs, it continues and sets its own error status in error out. Use niDMM Error Message to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node. ![]() Range specifies the expected maximum amplitude of the input signal and sets the range for the measurement function. ![]() instrument handle out returns a handle that you use to identify the instrument in all subsequent instrument driver VI calls. ![]() error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error. |