niDMM Get Measurement Period
Returns the Measurement Period, which is the amount of time it takes to complete one measurement with the current configuration. Use this VI right before you begin acquiring data, after you have completely configured the measurement and after all configuration VIs have been called.
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. |
|||||||
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. |
|||||||
Measurement Period returns the number of seconds it takes to make one measurement. The first measurement in a multipoint acquisition requires additional settling time. This VI does not include this additional time or any Trigger Delay associated with the first measurement. Time required for internal measurements, such as Auto Zero, is included. |
|||||||
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.
|