niDMM Fetch Waveform
(NI 4070/4071/4072 only) Returns an array of values from a previously initiated waveform acquisition. This VI is polymorphic. To change the selected instance of this polymorphic VI, right-click the VI and choose Select Type followed by the waveform data or floating point array version of the VI.
You must call niDMM Initiate before calling this VI.
Use the pull-down menu to select an instance of this VI.
niDMM Fetch Waveform (waveform data)
(NI 4070/4071/4072 only) Acquires an array of data from a waveform. This is a polymorphic VI that returns data as an array of values or as a waveform data type. To change the selected polymorphic VI, right-click the VI and choose Select Type followed by the waveform data or floating point array version of the VI.
You must call niDMM Initiate before calling this VI.
instrument handle identifies a particular instrument session. You obtain the instrument handle parameter from niDMM Initialize or niDMM Initialize With Options. The default is None. |
|||||||
Number To Fetch specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the Waveform Points parameter of niDMM Configure Waveform Acquisition. The default value is 1. |
|||||||
Maximum Time (msec) specifies the maximum time allowed for this VI to complete in milliseconds. If the VI does not complete within this time interval, the VI returns the NIDMM_ERROR_MAX_TIME_EXCEEDED error code. This may happen if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete. The valid range is 0–86400000. The default value is TIME LIMIT AUTO (-1). The DMM calculates the timeout automatically. |
|||||||
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.
|
|||||||
instrument handle out returns a handle that you use to identify the instrument in all subsequent instrument driver VI calls. |
|||||||
Waveform Data is an array of measurement values stored in waveform data type. |
|||||||
Actual Number indicates the number of measured values actually retrieved from the DMM. |
|||||||
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.
|
niDMM Fetch Waveform (floating point array)
(NI 4070/4071/4072 only) Acquires an array of data from a waveform. This is a polymorphic VI that returns data as an array of values or as a waveform data type. To change the selected polymorphic VI, right-click the VI and choose SelectType followed by the waveform data or floating point array version of the VI.
You must call niDMM Initiate before calling this VI.
instrument handle identifies a particular instrument session. You obtain the instrument handle parameter from niDMM Initialize or niDMM Initialize With Options. The default is None. |
|||||||
Number To Fetch specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the Waveform Points parameter of niDMM Configure Waveform Acquisition. The default value is 1. |
|||||||
Maximum Time (msec) specifies the maximum time allowed for this VI to complete in milliseconds. If the VI does not complete within this time interval, the VI returns the NIDMM_ERROR_MAX_TIME_EXCEEDED error code. This may happen if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete. The valid range is 0–86400000. The default value is TIME LIMIT AUTO (-1). The DMM calculates the timeout automatically. |
|||||||
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.
|
|||||||
instrument handle out returns a handle that you use to identify the instrument in all subsequent instrument driver VI calls. |
|||||||
Measurements is an array of measurements. |
|||||||
Actual Number indicates the number of measured values actually retrieved from the DMM. |
|||||||
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.
|