Configures the device for waveform acquisitions.

Note This feature is supported on the NI 4080/4081/4082 and the NI 4070/4071/4072.


icon

Inputs/Outputs

  • ci32.png Waveform Points

    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.

  • civrn.png instrument handle

    instrument handle identifies a particular instrument session.

  • ci32.png Function

    Function specifies the measurement function used in a waveform acquisition.

    NI-DMM sets the Function property to this value.

    WAVEFORM VOLTAGE (default) 1003 Waveform Voltage
    WAVEFORM CURRENT 1004 Waveform Current
  • cdbl.png Rate

    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.

  • cerrcodeclst.png error in (no error)

    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.

  • cdbl.png Range

    Range specifies the expected maximum amplitude of the input signal and sets the range for the measurement function.

    NI-DMM sets the Range property to this value. Range values are coerced up to the closest input range. The default value is 10.0.

    Auto-ranging is not supported during waveform acquisitions.

    For valid ranges, refer to the Devices section of the NI Digital Multimeters Help.

  • iivrn.png instrument handle out

    instrument handle out returns a handle that you use to identify the instrument in all subsequent instrument driver VI calls.

  • ierrcodeclst.png error out

    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.