niSync Self-Test (VI)

Installed With: NI-Sync

Runs the specified device's self-test routine and returns the test result(s). This operation verifies that the NI-Sync I/O session can communicate with the module's driver.

niSync Self-Test

cio.gif

instrument handle specifies the instrument handle that you obtain from niSync Initialize.

cerrcodeclst.gif

error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

instrument handle out returns the instrument handle that you obtain from niSync Initialize.

istr.gif

self-test message returns a string that contains the self-test response from the associated device. Refer to your device's documentation for an explanation of the self-test response.

ii16.gif

self test result returns the result of the instrument self-test.

Self-Test Code Description
0 Self-test passed
1 Self-test failed
ierrcodeclst.gif

error out returns error conditions that occur after this node runs. This output provides standard error out functionality.